arXiv Search
arxiv_searchSearch arXiv for scientific papers using a query. Returns titles, authors, abstracts, and PDF URLs, sorted by relevance or latest.
Instructions
Search arXiv for scientific papers (no API key). To read a paper: take pdf_url from a result, download_file it, then read_file the PDF.
Args:
query (string): Search terms, e.g. "mixture of experts quantization".
sort ('relevance'|'latest'): Ranking (default 'relevance').
limit (number): Max papers (default 5).
Returns papers with title, authors, date, abstract and pdf_url.
Example: { "query": "speculative decoding", "sort": "latest" }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search terms | |
| sort | No | Ranking order | relevance |
| limit | No | Max papers |