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