update_note
Update the content of an Apple Note by replacing the entire body or appending new text. Optionally rename the note when using replace mode.
Instructions
Update an Apple Note: replace its body or append to it. Locate by id (preferred) or exact title.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Note id from list_notes/search_notes (short or full) | |
| title | No | Exact note title (used if id not given) | |
| body | Yes | Content to write — plain text or HTML | |
| mode | No | 'replace' the whole body, or 'append' to the end | replace |
| new_title | No | Rename the note (replace mode only) |