get_note
Read a note's full content and retrieve it as Markdown, including checkboxes and attachment placeholders.
Instructions
Read one note in full, with its body as Markdown.
Checklists come back as "- [x]" / "- [ ]" with their real ticked state, and attachments as "[attachment: type]" placeholders -- the files themselves are not read, so this says an image is there, not what is in it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note_id | Yes | The note's id, from list_notes or search_notes |