Append to note
append_to_noteAppend text to an existing task or project note while preserving its current content.
Instructions
Append text to a task or project's note without overwriting existing content
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | The ID of the task or project. Canonical field; legacy alias 'object_id' also accepted. | |
| text | Yes | The text to append to the note | |
| itemType | No | Whether to append to a task or project note. Canonical field; legacy alias 'object_type' also accepted. | |
| object_id | No | [DEPRECATED] Alias for id. Prefer id. | |
| object_type | No | [DEPRECATED] Alias for itemType. Prefer itemType. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| meta | No | ||
| tool | Yes | ||
| success | Yes |