tooluniverse.tools.PubMed_search_articles moduleΒΆ

PubMed_search_articles

Search PubMed using NCBI E-utilities (esearch + esummary) and return articles. Returns articles w…

tooluniverse.tools.PubMed_search_articles.PubMed_search_articles(query, limit=10, api_key=None, *, stream_callback=None, use_cache=False, validate=True)[source]ΒΆ

Search PubMed using NCBI E-utilities (esearch + esummary) and return articles. Returns articles w…

Parameters:
  • query (str) – Search query for PubMed articles. Use keywords separated by spaces to refine …

  • limit (int) – Number of articles to return. This sets the maximum number of articles retrie…

  • api_key (str) – Optional NCBI API key for higher rate limits. Get your free key at https://ww…

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

  • use_cache (bool, default False) – Enable caching

  • validate (bool, default True) – Validate parameters

Return type:

list[Any]