get_paper
Retrieve detailed information about a specific paper, including metadata and optional full download as a ZIP with source files, figures, and data.
Instructions
Retrieve detailed information about a specific paper. Returns metadata by default. Use downloadFiles=true to download the complete paper with all files (LaTeX/Markdown source + figures + data files) as a ZIP archive.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Output format for citation data (only used when downloadFiles=false) | json |
| paperId | Yes | Paper ID or archive identifier | |
| downloadPath | No | Optional: Directory path where to save the downloaded ZIP file. If not provided, saves to current directory. | |
| downloadFiles | No | If true, downloads the complete paper as a ZIP file with all source files, figures, and data. If false, returns only metadata. |