get_index
Retrieve the section index of a Markdown file as a nested tree. Each node includes heading, level, path, and children; the path is a dot-separated address for use with other tools.
Instructions
Return the section index of a Markdown file as a nested tree.
Each node: {"heading": str, "level": int, "path": str, "children": [...]} The "path" field is the dot-separated address used by all other tools. Literal dots in heading text are represented as . in path strings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||