Confluence · Capability
Confluence Cloud REST API v2 — Comment
Confluence Cloud REST API v2 — Comment. 8 operations. Lead operation: Get Comment by Id. Self-contained Naftiko capability covering one Confluence business surface.
What You Can Do
GET
Getcommentbyid
— Get Comment by Id
/v1/comments/{id}
PUT
Updatecomment
— Update Comment
/v1/comments/{id}
DELETE
Deletecomment
— Delete Comment
/v1/comments/{id}
GET
Getchildcomments
— Get Child Comments
/v1/comments/{id}/children
POST
Createfootercomment
— Create Footer Comment
/v1/footer-comments
POST
Createinlinecomment
— Create Inline Comment
/v1/inline-comments
GET
Getfootercomments
— Get Footer Comments for Page
/v1/pages/{id}/footer-comments
GET
Getinlinecomments
— Get Inline Comments for Page
/v1/pages/{id}/inline-comments
MCP Tools
get-comment-id
Get Comment by Id
read-only
idempotent
update-comment
Update Comment
idempotent
delete-comment
Delete Comment
idempotent
get-child-comments
Get Child Comments
read-only
idempotent
create-footer-comment
Create Footer Comment
create-inline-comment
Create Inline Comment
get-footer-comments-page
Get Footer Comments for Page
read-only
idempotent
get-inline-comments-page
Get Inline Comments for Page
read-only
idempotent