search_semantic
Search academic papers from Semantic Scholar.
Args:
query: Search query string (e.g., 'machine learning').
year: Optional year filter (e.g., '2019', '2016-2020', '2010-', '-2015').
max_results: Maximum number of papers to return (default: 10).
Returns:
List of paper metadata in dictionary format.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | No | ||
| query | Yes | ||
| max_results | No |