append_to_note
Append plain text to an existing macOS note specified by its ID or title. Updates the note content with the added text and returns the result.
Instructions
Append plain text to a note by id or title.
Args: identifier: Note id or title text body: Plain text to append
Returns: Structured JSON with the updated note or an error message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| identifier | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |