Query node metadata
nodiom_queryCheck if a Markdown section exists and retrieve its type, depth, and child count to avoid errors before reading or writing to it.
Instructions
Returns structural metadata about a location: whether it exists, its type, depth, and child count. Use this to check if a section exists before reading or writing to it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Absolute path to the Markdown file. | |
| selector | Yes | Selector to query. Example: "## Tasks > ### Active" |