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=5, year=None, sort=None, 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.year (
str) – Filter results by publication year. Use a single year (e.g., ‘2024’) or a ran…sort (
str) – Sort results. Options: ‘citationCount:desc’, ‘citationCount:asc’, ‘publicatio…include_abstract (
bool) – If true, best-effort fetches missing abstracts via the paper detail endpoint …stream_callback (
Callable, optional) – Callback for streaming output
- Return type:
Any