arxiv:get
Retrieve an arXiv paper by ID, returning metadata and abstract by default. Specify a section or save path to fetch the full HTML text.
Instructions
Retrieve an arXiv paper by ID (e.g., "2501.02725"). Default: metadata + abstract. With section or save_path: fetches HTML full text (available for papers from ~2024+). Older papers without HTML return metadata + abstract + PDF link.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | arXiv ID (e.g., "2501.02725", "2501.02725v5") | |
| section | No | Section heading or "lines:100-200". Triggers full text fetch. | |
| save_path | No | Save full text to file. Triggers full text fetch. |