clickup_create_list_comment
Add a comment to a ClickUp List's info panel for status updates or notes visible to all list members. Specify the list ID, comment text, and optional assignee.
Instructions
Add a comment to a List's info panel.
Posts to POST /list/{list_id}/comment.
When to Use:
To leave a note on the List itself (not on an individual task) — e.g. a status update visible to everyone with access to the List.
When NOT to Use:
To comment on a specific task — use
clickup_create_task_comment.
Returns:
A confirmation string with the new comment's id, hist_id, and timestamp, or
an Error ... string on failure.
Examples: params = {"list_id": "901234", "comment_text": "Sprint scope finalized.", "notify_all": False}
Error Handling: 404 means the list id is wrong; 403 can mean you lack comment access on the list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |