Phrase · Capability
Phrase Strings API Reference — Job Comments
Phrase Strings API Reference — Job Comments. 5 operations. Lead operation: List job comments. Self-contained Naftiko capability covering one Phrase business surface.
What You Can Do
GET
Jobcommentslist
— List job comments
/v1/projects/{project-id}/jobs/{job-id}/comments
POST
Jobcommentcreate
— Create a job comment
/v1/projects/{project-id}/jobs/{job-id}/comments
GET
Jobcommentshow
— Get a single job comment
/v1/projects/{project-id}/jobs/{job-id}/comments/{id}
PATCH
Jobcommentupdate
— Update a job comment
/v1/projects/{project-id}/jobs/{job-id}/comments/{id}
DELETE
Jobcommentdelete
— Delete a job comment
/v1/projects/{project-id}/jobs/{job-id}/comments/{id}
MCP Tools
list-job-comments
List job comments
read-only
idempotent
create-job-comment
Create a job comment
get-single-job-comment
Get a single job comment
read-only
idempotent
update-job-comment
Update a job comment
idempotent
delete-job-comment
Delete a job comment
idempotent