append_to_note
Append new content to an existing Apple Note while preserving original text. Uses append-only operation to prevent overwrites and data loss.
Instructions
Append content to an existing note (APPEND ONLY - no overwrite)
Args: note_id: The ID of the note to append to (x-coredata:// URL) content: The content to append
Returns: Success message
Note: This operation only APPENDS content. It cannot overwrite or delete existing content. This is a safety feature to prevent data loss.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | ||
| note_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |