research_paper_search
Search academic papers on Semantic Scholar to find research with metadata, abstracts, citations, and summaries. Filter by field, year, and open access availability.
Instructions
Search academic papers on Semantic Scholar.
Returns papers with metadata, abstracts, citation counts, and TL;DR summaries. Supports filtering by field of study, year range, and open access availability.
Args: query: Search terms (title, abstract, keywords). fields_of_study: Filter by academic fields. year_range: Year or year range filter. open_access_only: Only open access papers. limit: Maximum number of papers.
Returns: Dict with total count and list of papers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query for academic papers | |
| fields_of_study | No | Filter by fields (e.g. Computer Science, Medicine) | |
| year_range | No | Year filter: '2020' for single year, '2020-2024' for range, '2020-' for since | |
| open_access_only | No | Only return open access papers | |
| limit | No | Max papers to return |