get_arxiv_papers
Retrieve research papers from arXiv by category or keywords. Covers Computer Science, Math, Physics, and more.
Instructions
Get research papers from arXiv.org preprint repository. Search by category (cs.AI, cs.LG, cs.CV, etc.) or keywords. Covers Computer Science, Math, Physics, and more.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | No | arXiv category (e.g., 'cs.AI', 'cs.LG', 'cs.CV', 'cs.CL', 'stat.ML') | |
| search_query | No | Search keywords (e.g., 'transformers', 'neural networks') | |
| sort_by | No | Sort field | submittedDate |
| sort_order | No | Sort order | descending |
| limit | No | Number of papers to return | |
| use_cache | No | Whether to use cached data |