ArXiv
arxivSearch arXiv by query syntax, fetch paper details via ID or URL, or browse recent papers by category—retrieving abstracts, authors, affiliations, and more.
Instructions
Search and retrieve academic papers from arXiv.
Use this for arXiv paper lookups: search by query, get paper details (abstract, authors, categories, affiliations, DOI, journal refs), or browse recent papers by category. arXiv abstract and PDF URLs are also handled automatically by web_fetch_incisive.
Actions: search, paper, category.
Query formats:
search: arXiv query syntax, NOT natural language (see operators below)
paper: arXiv ID (e.g. "2301.00001", "cs.CL/0501001") or arXiv URL
category: arXiv category code (e.g. "cs.CL", "math.CO", "astro-ph.GA")
search operators:
Field prefixes: ti: (title), au: (author), abs: (abstract), cat: (category), all: (all fields), co: (comment), jr: (journal ref)
Boolean operators: AND, OR, ANDNOT
Examples: "ti:attention AND cat:cs.CL", "au:vaswani AND ti:transformer"
Papers retrieved via the paper action are automatically tracked on the research shelf.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum results to return (default 10, max 100). | |
| query | Yes | For search: arXiv query syntax with field prefixes and boolean operators. Field prefixes: ti: (title), au: (author), abs: (abstract), cat: (category), all: (all fields), co: (comment), jr: (journal ref), rn: (report number). Boolean operators: AND, OR, ANDNOT. Example: "ti:attention AND cat:cs.CL". For paper: arXiv ID (e.g. 1706.03762) or arXiv URL. For category: arXiv category (e.g. cs.AI, math.CO, hep-th). | |
| action | Yes | The operation to perform. search: find papers using arXiv query syntax. paper: get details by arXiv ID or URL. category: browse recent papers in an arXiv category. | |
| offset | No | Starting position for pagination. | |
| sort_by | No | Sort field: relevance, lastUpdatedDate, or submittedDate (default: relevance for search, submittedDate for category). | |
| sort_order | No | Sort direction: ascending or descending (default: descending). |