comment_on_task
Record progress, decisions, or handoffs by adding a comment to any task. The comment is attributed to you and visible organization-wide.
Instructions
Add a comment to a task, authored as the connected member, and return the created comment. Use to record progress, a decision, or a handoff — the comment is visible to the whole org, so keep it work-relevant. Resolve the task id first with list_tasks or get_task; both id and body are required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Task id, from list_tasks or get_task. | |
| body | Yes | Comment body. |