Front · Capability
Core API — Comments
Core API — Comments. 6 operations. Lead operation: Get comment. Self-contained Naftiko capability covering one Front business surface.
What You Can Do
GET
Getcomment
— Get comment
/v1/comments/{comment-id}
PATCH
Updatecomment
— Update comment
/v1/comments/{comment-id}
GET
Listcommentmentions
— List comment mentions
/v1/comments/{comment-id}/mentions
POST
Addcommentreply
— Add comment reply
/v1/comments/{comment-id}/replies
GET
Listconversationcomments
— List conversation comments
/v1/conversations/{conversation-id}/comments
POST
Addcomment
— Add comment
/v1/conversations/{conversation-id}/comments
MCP Tools
get-comment
Get comment
read-only
idempotent
update-comment
Update comment
idempotent
list-comment-mentions
List comment mentions
read-only
idempotent
add-comment-reply
Add comment reply
list-conversation-comments
List conversation comments
read-only
idempotent
add-comment
Add comment