arxiv-intel
Search arXiv preprints by query and category to retrieve titles, authors, abstracts, and PDF links for AI/ML, computer science, physics, and math papers. Supports filtering by field and sort order.
Instructions
Search arXiv preprints by query, filtered by field (title/abstract/author/all) and category. Returns title, authors (up to 6), abstract (first 600 chars), arXiv ID, PDF link, publish date, and subject categories. arXiv is the canonical source for AI/ML, CS, physics, math, and quantitative biology preprints — typically months ahead of peer-reviewed journals. Useful for AI research agents, literature scouts, competitive technique tracking, and grant-writing support. No API key required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Search terms (e.g. 'diffusion models image generation', 'transformer attention mechanism', 'graph neural networks'). Natural language or keywords. | |
| field | No | Which field to search. 'all' searches title+abstract+authors. Default: all. | |
| category | No | arXiv category filter (e.g. 'cs.AI', 'cs.LG', 'stat.ML', 'quant-ph', 'math.CO'). Optional. | |
| sort | No | Sort order. relevance = arXiv relevance score; lastUpdatedDate = most recently updated; submittedDate = newest submissions first. Default: relevance. | |
| limit | No | Number of papers to return (1–10). Default: 5. |