Add comment
add_task_commentPost a comment on a task by supplying task ID and markdown text. Get the created comment with author info in return.
Instructions
Post a comment on a task. Returns the created comment with author info.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Comment text (markdown supported) | |
| task_id | Yes | Task UUID |