Phrase · Capability
Phrase Strings API Reference — Screenshot Markers
Phrase Strings API Reference — Screenshot Markers. 5 operations. Lead operation: List screenshot markers. Self-contained Naftiko capability covering one Phrase business surface.
What You Can Do
GET
Screenshotmarkerslist
— List screenshot markers
/v1/projects/{project-id}/screenshots/{id}/markers
POST
Screenshotmarkercreate
— Create a screenshot marker
/v1/projects/{project-id}/screenshots/{screenshot-id}/markers
PATCH
Screenshotmarkerupdate
— Update a screenshot marker
/v1/projects/{project-id}/screenshots/{screenshot-id}/markers
DELETE
Screenshotmarkerdelete
— Delete a screenshot marker
/v1/projects/{project-id}/screenshots/{screenshot-id}/markers
GET
Screenshotmarkershow
— Get a single screenshot marker
/v1/projects/{project-id}/screenshots/{screenshot-id}/markers/{id}
MCP Tools
list-screenshot-markers
List screenshot markers
read-only
idempotent
create-screenshot-marker
Create a screenshot marker
update-screenshot-marker
Update a screenshot marker
idempotent
delete-screenshot-marker
Delete a screenshot marker
idempotent
get-single-screenshot-marker
Get a single screenshot marker
read-only
idempotent