edit-note
Edit an existing Apple Note's title and content. Identify the note by its unique ID or current title, optionally with a folder path. Update title, replace content with markdown, or both.
Instructions
Edit an existing Apple Note's title and/or content. Identify note by noteId or current title.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| noteId | No | Apple Notes ID. If provided, skips title resolution. | |
| title | No | Current title of the note to edit | |
| path | No | Optional folder path to disambiguate duplicate titles | |
| newTitle | No | New title (optional) | |
| newContent | No | New content in markdown format (optional, replaces entire content) |