get_document_outline
Retrieve a document's section hierarchy as headings only, enabling navigation by section without reading full content. Reduces token usage and improves precision when exploring documentation.
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') |