Get a note's heading outline
get_outlineRetrieve the heading structure of an Obsidian note including level, text, and line number. Use to navigate long notes efficiently by finding sections without loading the full note content.
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. |