get_note
Retrieve complete note content by ID after listing or searching notes. Returns body, creation date, categories, and all summary fields.
Instructions
Get full details of a single note. Use this after list_notes or search_notes to read the complete note content. Returns all summary fields plus body, createdDate, and categories. Returns an error if the note ID does not exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note_id | Yes | The note ID to retrieve (e.g., from list_notes or search_notes) |