Get a note's heading outline
get_outlineReturn heading structure of a note with levels, text, and line numbers. Use to navigate to sections of long notes efficiently, reducing token usage compared to fetching full note.
Instructions
Return the heading structure of a note (level + text + line number). Use this instead of get_note when you only need to navigate to a section of a long note — it's much smaller in tokens.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Vault-relative path. |