get_toc
Retrieve a flat table of contents for all sections in a repository, sorted by document order, to navigate documentation structure without content.
Instructions
Get a flat table of contents for all sections in a repo, sorted by document order. Content is excluded — use get_section to retrieve content.
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 (e.g. 'api/**/*.md', 'reference/*'). Default: no filter. |