create_comment
Add a comment to a task by supplying the task UUID and comment body. Supports HTML for rich text formatting.
Instructions
Add a comment to a task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Comment text (HTML supported) | |
| task_id | Yes | The task UUID |