get_toc_tree
Retrieve a nested table of contents per document to see parent/child heading relationships. Navigate documentation by section, reducing token usage and improving precision.
Instructions
Get a nested table of contents tree per document. Shows parent/child heading relationships. Content is excluded.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Repository identifier (owner/repo or just repo name) | |
| path_glob | No | v1.36+ — fnmatch glob restricting results to matching doc_paths. Default: no filter. |