tooluniverse.tools.SemanticScholar_search_papers module¶

SemanticScholar_search_papers

Search for papers on Semantic Scholar including abstracts. This tool queries the Semantic Scholar…

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

Search for papers on Semantic Scholar including abstracts. This tool queries the Semantic Scholar…

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

  • limit (int) – Maximum number of papers to return from Semantic Scholar.

  • include_abstract (bool) – If true, best-effort fetches missing abstracts via the paper detail endpoint …

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