Get a note by id
get_noteFetch a note's full title and body by id. Use the id from add_note or list_notes to retrieve saved note content.
Instructions
Fetch the full title and body of one note by its id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The note id returned by add_note or list_notes. |