clickup · Capability
ClickUp Comments API — Comments
ClickUp Comments API — Comments. 8 operations. Lead operation: Update a comment. Self-contained Naftiko capability covering one Clickup business surface.
What You Can Do
PUT
Updatecomment
— Update a comment
/v1/comment/{comment-id}
DELETE
Deletecomment
— Delete a comment
/v1/comment/{comment-id}
GET
Getlistcomments
— Get list comments
/v1/list/{list-id}/comment
POST
Createlistcomment
— Create a list comment
/v1/list/{list-id}/comment
GET
Gettaskcomments
— Get task comments
/v1/task/{task-id}/comment
POST
Createtaskcomment
— Create a task comment
/v1/task/{task-id}/comment
GET
Getviewcomments
— Get view comments
/v1/view/{view-id}/comment
POST
Createviewcomment
— Create a view comment
/v1/view/{view-id}/comment
MCP Tools
update-comment
Update a comment
idempotent
delete-comment
Delete a comment
idempotent
get-list-comments
Get list comments
read-only
idempotent
create-list-comment
Create a list comment
read-only
get-task-comments
Get task comments
read-only
idempotent
create-task-comment
Create a task comment
get-view-comments
Get view comments
read-only
idempotent
create-view-comment
Create a view comment