outline_note
Retrieve the heading tree, block-reference anchors, and frontmatter keys of a note without fetching its prose. Use this to discover sections before reading or patching the full note.
Instructions
Return a note's structure — heading tree with offsets, block-reference anchors, and frontmatter key list — without returning any prose. Use this before section reads or patches to discover what sections exist at a fraction of the cost of reading the full note.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Vault-relative path to the note. | |
| includeBlocks | No | Include block-reference anchors (^id). Default true. | |
| includeSizes | No | Include per-section character length in each heading entry. Default false. |