tooluniverse.tools.mesh_get_subjects_by_subject_scope_or_definition moduleΒΆ
mesh_get_subjects_by_subject_scope_or_definition
Find MeSH (Medical Subject Heading) subjects with matching scopes (definitions).
- tooluniverse.tools.mesh_get_subjects_by_subject_scope_or_definition.mesh_get_subjects_by_subject_scope_or_definition(query, case_sensitive, exact_match, limit, *, stream_callback=None, use_cache=False, validate=True)[source]ΒΆ
Find MeSH (Medical Subject Heading) subjects with matching scopes (definitions).
- Parameters:
query (
str
) β Query string to search for in the scope notes of MeSH subjectscase_sensitive (
bool
) β Select True to perform a case-sensitive search for the queryexact_match (
bool
) β Select True to require an exact match for the querylimit (
int
) β Maximum number of results to returnstream_callback (
Callable
, optional) β Callback for streaming output
- Return type:
dict[str
,Any]