read_paper_section
Retrieve a specific section of an arXiv paper by outline ID or unique title. Returns only that bounded markdown section, excluding sibling and parent content, for focused reading.
Instructions
Return one bounded markdown section by outline ID (or unique title). Does not include sibling or parent sections.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start | No | Zero-based character offset within this section | |
| paper_id | Yes | Validated modern or legacy arXiv paper ID | |
| max_chars | No | Maximum section characters to return (default 12,000) | |
| section_id | Yes | Section ID from get_paper_outline, or unique title | |
| return_full_text | No | If true, return the entire remaining section from start |