Comment on Task
comment_on_taskAdd a work-relevant comment to a task, visible to your organization. Use to record progress, decisions, or handoffs.
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 get_task or list_tasks; 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 text; posted as the connected member and visible to the whole org. |