append_to_note
Add text to the end of an existing note without resending its full body. Detects concurrent edits and reports them instead of overwriting.
Instructions
Append text to the end of a note without resending its whole body. Reads the note and writes it back conditionally, so a concurrent edit is reported rather than overwritten.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| text | Yes | ||
| separator | No | Inserted between the existing body and the new text. Default: a blank line. |