get_paper
Retrieve detailed metadata and PDFs for specific arXiv papers using flexible ID formats, enabling access to abstracts, authors, and categories.
Instructions
Get detailed information about a specific arXiv paper.
Returns complete metadata including abstract, authors, categories, and more. Optionally downloads the PDF to local storage.
Accepts flexible ID formats:
2301.12345
arXiv:2301.12345
2301.12345v1 (with version)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| arxiv_id | Yes | arXiv ID (e.g., '2301.12345', 'arXiv:2301.12345', '2301.12345v1') | |
| download_pdf | No | Whether to download the PDF automatically | |
| force_download | No | Force download even if file exists locally |