get_document_outline
Get a document's section hierarchy (headings only) to locate and navigate content precisely, reducing token usage by avoiding full-file reads.
Instructions
Get the section hierarchy for a single document file, without content. Headings only, no content. Read a section with get_section.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Repository identifier | |
| doc_path | Yes | Path to the document within the repository (e.g., 'README.md') |