arxiv_search
Search arXiv papers by query with optional category filter. Retrieves titles, abstracts, authors, and URLs sorted by submission date.
Instructions
Search arXiv for papers matching a query, sorted by submission date.
Searches title, abstract and author fields. Optionally restrict to a specific AI/ML category.
Args: params (ArxivSearchInput): - query (str): Search terms (e.g. 'LLM agents tool use') - category (Optional[str]): arXiv category filter - limit (int): Papers to return (1–20)
Returns: str: JSON with query, category, count, papers[]. Each paper: id, title, abstract, authors, published, url, pdf.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |