clickup · Capability
ClickUp Comments API
The ClickUp Comments API provides endpoints for creating and retrieving comments on tasks, views, and lists. Comments support rich text formatting, mentions, and attachments. Developers can use this API to build integrations that synchronize discussions between ClickUp and other collaboration tools, or to programmatically add status updates and notes to tasks.
What You Can Do
GET
Gettaskcomments
— Get task comments
/task/{task_id}/comment
POST
Createtaskcomment
— Create a task comment
/task/{task_id}/comment
GET
Getviewcomments
— Get view comments
/view/{view_id}/comment
POST
Createviewcomment
— Create a view comment
/view/{view_id}/comment
GET
Getlistcomments
— Get list comments
/list/{list_id}/comment
POST
Createlistcomment
— Create a list comment
/list/{list_id}/comment
PUT
Updatecomment
— Update a comment
/comment/{comment_id}
DELETE
Deletecomment
— Delete a comment
/comment/{comment_id}
MCP Tools
gettaskcomments
Get task comments
read-only
idempotent
createtaskcomment
Create a task comment
getviewcomments
Get view comments
read-only
idempotent
createviewcomment
Create a view comment
getlistcomments
Get list comments
read-only
idempotent
createlistcomment
Create a list comment
updatecomment
Update a comment
idempotent
deletecomment
Delete a comment
idempotent