Get Note
get_noteRetrieve a specific note by ID to access its full record when you already have the NoteId and need the data. Use when you lack the note details.
Instructions
Retrieve a single note by ID. Use this when you already have a NoteId and need the record.
NOTE: search_notes returns the same full data for each match. Only use get_note when you have an ID but not the data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note_id | Yes | The NoteId to retrieve |