Phrase · Capability
Phrase Strings API Reference — Variables
Phrase Strings API Reference — Variables. 5 operations. Lead operation: List variables. Self-contained Naftiko capability covering one Phrase business surface.
What You Can Do
GET
Variableslist
— List variables
/v1/projects/{project-id}/variables
POST
Variablecreate
— Create a variable
/v1/projects/{project-id}/variables
GET
Variableshow
— Get a single variable
/v1/projects/{project-id}/variables/{name}
PATCH
Variableupdate
— Update a variable
/v1/projects/{project-id}/variables/{name}
DELETE
Variabledelete
— Delete a variable
/v1/projects/{project-id}/variables/{name}
MCP Tools
list-variables
List variables
read-only
idempotent
create-variable
Create a variable
get-single-variable
Get a single variable
read-only
idempotent
update-variable
Update a variable
idempotent
delete-variable
Delete a variable
idempotent