read_note
Read a note by heading section, block reference, or line range. Returns structured JSON with content and byte counts to measure payload savings.
Instructions
Read a note or a span of it — by heading section, block reference, or line range. Returns structured JSON with the content, bytes returned, and total note size so payload savings are measurable. Use search or outline_note first to find the right path and section names.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Vault-relative path, e.g. "Daily Notes/2026-05-29.md". | |
| section | No | Return only this heading section (heading text, # prefix optional). First match wins. | |
| block | No | Return only the line anchored by this block id (^ prefix optional). | |
| lines | No | Return only this line range (1-indexed, inclusive). | |
| includeFrontmatter | No | Prepend frontmatter to section/block span results. Default false for spans. |