get_document_outline
Obtain the document's outline section hierarchy to navigate documentation by structure, avoiding full content reads, lowering token usage and improving precision.
Instructions
Get the section hierarchy for a single document file, without content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Repository identifier | |
| doc_path | Yes | Path to the document within the repository (e.g., 'README.md') |