Add Note to Task
task_add_noteAdd a note to the active task for documentation. Optionally include a timestamp in ISO 8601 format.
Instructions
Use this when the user wants to add a text note or comment to the currently running task for future reference or documentation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The note content or comment to attach to the task | |
| dateTime | No | Optional timestamp for the note in ISO 8601 format. If not provided, uses current time. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| success | Yes | Whether the note was added successfully | |
| noteText | No | The note text that was added |