append-to-note
Appends markdown content to the end of an Apple Note, identified by note ID or title, with optional folder path for disambiguation.
Instructions
Append content to the end of an existing Apple Note. Identify note by noteId or title.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Optional folder path to disambiguate duplicate titles | |
| title | No | Title of the note to append to | |
| noteId | No | Apple Notes ID. If provided, skips title resolution. | |
| content | Yes | Content in markdown format to append to the end of the note |