arxiv:get
Retrieve an arXiv paper using its ID to obtain metadata and abstract. Optionally fetch full HTML text for newer papers or a PDF link for older publications.
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 | Absolute file path for the full text. Relative paths are not supported. Triggers full text fetch. |