get_paper_section
Retrieve a specific section of an arXiv paper by section path to focus on relevant content without processing the entire document.
Instructions
Get a specific section of an arXiv paper by section path. Use when the full paper is too long for context or the user wants to focus on a particular section. Use list_paper_sections first to find available paths.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| arxiv_id | Yes | The arXiv ID of the paper (e.g., '2403.12345') | |
| section_path | Yes | The section path to extract (e.g., '1', '2.1', 'Introduction'). Use list_paper_sections to find available paths. |