Get note
get_noteFetch a single Apple Note by its ID or exact title, returning content as markdown, plaintext, or HTML. Prevents ambiguity by reporting multiple title matches and clearly errors on protected notes.
Instructions
Fetch one note by id or by exact title, rendered as markdown, plaintext, or raw html. Exactly one of id or title must be given. A title match is case-insensitive; if it matches more than one note, the tool reports the candidates instead of guessing. Fails with a clear error if the note is password protected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Note id, as returned by list_notes or search_notes. | |
| title | No | Exact note title (case-insensitive). Use when the id is not known. | |
| format | No | Body rendering format (default markdown). |