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 subjects

  • case_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 query

  • limit (int) – Maximum number of results to return

  • stream_callback (Callable, optional) – Callback for streaming output

  • use_cache (bool, default False) – Enable caching

  • validate (bool, default True) – Validate parameters

Return type:

dict[str, Any]