Read Note
read_noteRetrieve a note's full text and graph context (outlinks, backlinks, tags, frontmatter). Optionally read only a specific heading section.
Instructions
Read a note's full content plus its graph context header (outlinks, backlinks, tags, frontmatter). Optionally read just one heading's section.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Note path, title, or alias. | |
| limit | No | Maximum lines to return (default 500). | |
| offset | No | Zero-based line offset within the selected content. | |
| heading | No | Only return the section under this heading. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | ||
| tags | No | ||
| error | No | ||
| title | No | ||
| content | No | ||
| heading | No | ||
| warning | No | ||
| outlinks | No | ||
| backlinks | No | ||
| pagination | No | ||
| frontmatter | No |