Phrase · Capability
Phrase Strings API Reference — Comments
Phrase Strings API Reference — Comments. 8 operations. Lead operation: List comments. Self-contained Naftiko capability covering one Phrase business surface.
What You Can Do
GET
Commentslist
— List comments
/v1/projects/{project-id}/keys/{key-id}/comments
POST
Commentcreate
— Create a comment
/v1/projects/{project-id}/keys/{key-id}/comments
GET
Commentshow
— Get a single comment
/v1/projects/{project-id}/keys/{key-id}/comments/{id}
PATCH
Commentupdate
— Update a comment
/v1/projects/{project-id}/keys/{key-id}/comments/{id}
DELETE
Commentdelete
— Delete a comment
/v1/projects/{project-id}/keys/{key-id}/comments/{id}
PATCH
Commentmarkread
— Mark a comment as read
/v1/projects/{project-id}/keys/{key-id}/comments/{id}/read
DELETE
Commentmarkunread
— Mark a comment as unread
/v1/projects/{project-id}/keys/{key-id}/comments/{id}/read
GET
Commentmarkcheck
— Check if comment is read
/v1/projects/{project-id}/keys/{key-id}/comments/{id}/read
MCP Tools
list-comments
List comments
read-only
idempotent
create-comment
Create a comment
get-single-comment
Get a single comment
read-only
idempotent
update-comment
Update a comment
idempotent
delete-comment
Delete a comment
idempotent
mark-comment-read
Mark a comment as read
idempotent
mark-comment-unread
Mark a comment as unread
idempotent
check-if-comment-is-read
Check if comment is read
read-only
idempotent