read_paper_section
Retrieve a single, bounded section from an arXiv paper by supplying its outline ID or unique title, returning only that section's text without sibling or parent content.
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 |