get_paper
Retrieve full text or specific sections of arXiv papers by paper ID for research and analysis.
Instructions
Get the full text of an arXiv paper.
Args:
paper_id: arXiv paper ID (e.g., "2401.12345")
section: Which section to return: "all", "abstract", "introduction", "method", "conclusion"
Returns:
The paper text (full or specified section)Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paper_id | Yes | ||
| section | No | all |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |