append_to_note
Append new text to existing task or project notes to log progress or add context without overwriting previous content.
Instructions
Append text to a task or project note without overwriting the existing note. Useful for logging progress or adding context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | The ID of the task or project | |
| name | No | The name of the task or project (as fallback if ID not provided) | |
| text | Yes | The text to append to the existing note | |
| itemType | Yes | Type of item whose note to append to ('task' or 'project') | |
| separator | No | Separator inserted between the existing note and the new text (default: a newline). Pass an empty string to append with no separator. |