clickup_comment_list
Lists top-level comments from a ClickUp task in chronological order, returning id, comment_text, user, resolved, and date.
Instructions
List comments on a ClickUp task in chronological order (oldest first). Only top-level comments are returned; use clickup_comment_replies to fetch a threaded reply chain. Returns a compact array of comment objects (id, comment_text, user, resolved, date).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | ID of the task to read comments from. Obtain from clickup_task_list (field: id) or clickup_task_search. |