download_arxiv
Download PDF from arXiv by providing the paper ID. Optionally set a save directory or use the default location.
Instructions
Download PDF from arXiv (always free and available).
Args:
paper_id: arXiv ID (e.g., '2106.12345', '2312.00001v2').
save_path: Directory to save PDF (default: ~/paper_downloads).
Returns:
Path to downloaded PDF file.
Example:
download_arxiv("2106.12345")Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paper_id | Yes | ||
| save_path | No |