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