Comment on a task
add_commentLeave a plain comment on a task for your teammates. Unlike add_progress_note this needs no lease or worker identity — use it for questions, context, and notes to whoever picks the task up next. Comments appear in the task's activity timeline (get_task / get_task_activity) and in the Tango web UI.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Comment text. Mention teammates with @handle. | |
| task_id | Yes | Task id, or a pasted Tango task URL. |