get_paper_outline
Retrieve a paginated table of contents for any downloaded arXiv paper, providing stable hierarchical section IDs for targeted retrieval of individual sections via read_paper_section.
Instructions
Return a paginated heading outline for a downloaded paper (markdown). Stable hierarchical section IDs; use read_paper_section to fetch one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start | No | Zero-based section index (default 0) | |
| paper_id | Yes | Validated modern or legacy arXiv paper ID | |
| max_sections | No | Maximum headings to return (default 100) |