clickup_comment_replies
Retrieve threaded replies from a ClickUp comment, ordered oldest first. Returns reply details including id, text, user, and date.
Instructions
List the threaded replies attached to a top-level ClickUp comment, oldest first. Returns an array of reply objects (id, comment_text, user, date). Use clickup_comment_reply to post a new reply to the thread.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comment_id | Yes | ID of the parent comment. Obtain from clickup_comment_list (field: id). |