get_document_outline
Retrieve the section hierarchy of a document to enable efficient navigation and reduce token usage, allowing AI agents to locate relevant sections precisely.
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') |