clickup_comment_list
Retrieve top-level comments from a ClickUp task in chronological order. Use this tool to view task discussions and track conversation history.
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. |