Read a note
read_noteRetrieve a note's full content using its exact filename or numeric id. Provide one identifier to fetch the complete plain_body.
Instructions
Read a single note in full (including its complete plain_body) by exact filename (e.g. "ai-sessions.txt") or numeric id. Provide exactly one of filename or id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | No | Exact filename of the note (preferred addressing). | |
| id | No | Numeric note id (e.g. from list_notes). |