tooluniverse.tools.EuropePMC_search_articles module¶

EuropePMC_search_articles

Search for articles on Europe PMC including abstracts. The tool queries the Europe PMC web servic…

tooluniverse.tools.EuropePMC_search_articles.EuropePMC_search_articles(query, limit=5, *, stream_callback=None, use_cache=False, validate=True)[source]¶

Search for articles on Europe PMC including abstracts. The tool queries the Europe PMC web servic…

Parameters:
  • query (str) – Search query for Europe PMC. Use keywords separated by spaces to refine your …

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

  • 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]