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, api_key=None, *, 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.

  • api_key (str) – Optional API key for Semantic Scholar to obtain a higher quota.

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