get_paper_outline
Retrieve a structured heading outline for a downloaded arXiv paper, with stable section IDs and pagination. Use it to locate and access specific sections via section reader.
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) |