clickup_create_threaded_comment
Reply inside an existing comment's thread to keep discussions nested under the parent comment, preventing scattered follow-ups.
Instructions
Reply inside an existing comment's thread.
Posts to POST /comment/{comment_id}/reply. Threaded replies keep a
discussion nested under its parent comment instead of scattering related
follow-ups as separate top-level task/list/Chat-view comments.
When to Use:
To respond directly to a specific comment (task, List, or Chat-view) rather than starting a new top-level comment.
When NOT to Use:
To start a new top-level comment — use
clickup_create_task_comment/clickup_create_list_comment/clickup_create_chat_view_comment.
Returns:
A confirmation string with the new reply's id, hist_id, and timestamp, or
an Error ... string on failure.
Examples: params = {"comment_id": "446750", "comment_text": "Agreed, I'll update the estimate."}
Error Handling: 404 means the parent comment_id is wrong.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |