Read Note
read_noteRetrieve a note's full content along with its graph context including outlinks, backlinks, tags, and frontmatter. Optionally limit to 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 | Yes | ||
| tags | Yes | ||
| title | Yes | ||
| content | Yes | ||
| heading | No | ||
| warning | No | ||
| outlinks | Yes | ||
| backlinks | Yes | ||
| pagination | Yes | ||
| frontmatter | Yes |