Get document outline
nodiom_treeRetrieve the full heading outline of a Markdown document as a nested JSON tree to understand its structure before reading or modifying content.
Instructions
Returns the full structural outline of a Markdown document as a nested JSON tree of headings. Use this to understand the structure of a document before reading or modifying it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Absolute path to the Markdown file. |