read_arxiv_paper
Download an arXiv paper by ID and extract its full text into Markdown format. Enables reading and further processing of academic papers without manual conversion.
Instructions
Download and extract full text from arXiv paper as Markdown.
Args:
paper_id: arXiv ID (e.g., '2106.12345').
save_path: Directory to save PDF (default: ~/paper_downloads).
Returns:
Full paper text in Markdown format.
Example:
read_arxiv_paper("2106.12345")Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paper_id | Yes | ||
| save_path | No |