create_list_comment
Add a comment to a ClickUp List to share notes or updates. Optionally assign it to a user and notify watchers.
Instructions
Post a new comment on a List. Optionally assign it to a user and notify watchers. Returns the created comment's id. Use for List-level notes that don't belong to a specific task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list_id | Yes | ID of the List to comment on. | |
| comment_text | Yes | The comment body text (plain text or ClickUp markdown). | |
| assignee | No | User ID to assign this comment to. | |
| notify_all | No | If true, notify everyone with access to the List; otherwise only the assignee is notified. |