search_papers
Find and retrieve compact arXiv paper metadata using raw queries or structured filters, with sorting and pagination up to 2000 results per call.
Instructions
Search arXiv and return compact paper metadata.
Provide a raw query (arXiv field syntax, e.g. au:hinton AND cat:cs.LG)
and/or the structured shortcuts category (cat:), author (au:),
title (ti:), abstract (abs:) which are AND-combined. Or pass
id_list to fetch specific papers by id.
sort_by is one of relevance, lastUpdatedDate, submittedDate;
sort_order is ascending or descending. max_results is capped
at 2000 per call — page with start for more (up to 30000 total).
If session_id is given, returned papers are pinned to that session's
cache so they won't be evicted while the session is open.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | ||
| start | No | ||
| title | No | ||
| author | No | ||
| id_list | No | ||
| sort_by | No | relevance | |
| abstract | No | ||
| category | No | ||
| session_id | No | ||
| sort_order | No | descending | |
| max_results | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||