update_note
Update an existing note's content in Apple Notes. Replaces the note with new Markdown text while keeping its folder.
Instructions
Update an existing note in Apple Notes. Deletes the old note and creates a new one with the given Markdown content, preserving the original folder.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Title of the existing note to update | |
| folder | No | Folder name to scope the search for the existing note | |
| markdown | Yes | New Markdown content for the note. First line (with or without #) becomes the title. |