Create task comment
clickup_create_task_commentWRITE: add a comment to a task. comment_text is required; the task is the {task_id} path param. ClickUp REST: POST /task/{task_id}/comment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | The task id to comment on (path param, not body). | |
| assignee | No | User id to assign the comment to (numeric). | |
| notify_all | No | If true, notify everyone tagged/subscribed (else just the assignee). | |
| comment_text | Yes | The comment text (required). |