notes_update
Update the title or HTML content of an Apple Note using its ID or title, with fallback options for precise edits.
Instructions
Update a note title and/or HTML body. Prefer noteId lookup for correctness.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| noteId | No | Stable Apple Notes note ID. Prefer this over title. | |
| bodyHtml | No | Replacement note body as HTML. | |
| newTitle | No | New note title. | |
| folderName | No | Folder name used to disambiguate title lookup. | |
| accountName | No | Account name used to disambiguate title lookup. | |
| currentTitle | No | Exact current title, only used when noteId is unknown. |