Read note
read_noteRetrieve content of a note from your Obsidian vault. Optionally limit to a specific heading or line range to reduce token usage.
Instructions
Read a note. Optionally return only a single heading's section, or a line range, to save tokens on large notes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Vault-relative path to the note, e.g. 'Projects/Plan.md' | |
| heading | No | Return only the section under this heading | |
| to_line | No | Last line to return (1-based, inclusive) | |
| from_line | No | First line to return (1-based, inclusive) |