Read a note
read_noteRead a Markdown note to access its content, front matter, and tags. Optionally render HTML for display.
Instructions
Read a Markdown note. Returns its content, front matter, tags, and optionally HTML.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the note within the connection, e.g. /notes/todo.md | |
| render | No | Also return rendered HTML | |
| connection | Yes | The connection id (from list_connections) |