Phrase
Manage Phrase Strings projects, locales, keys, uploads, and locale downloads.
Tools
| Name | Description |
|---|---|
list_projectsList Phrase Strings projects. | List Phrase Strings projects. |
get_projectGet a Phrase Strings project by ID. | Get a Phrase Strings project by ID. |
list_localesList locales in a Phrase Strings project. | List locales in a Phrase Strings project. |
list_keysList translation keys in a Phrase Strings project. | List translation keys in a Phrase Strings project. |
get_keyGet a Phrase Strings key by ID. | Get a Phrase Strings key by ID. |
create_keyCreate a key in Phrase Strings. | Create a key in Phrase Strings. |
upload_fileUpload a bounded text locale file to Phrase Strings. | Upload a bounded text locale file to Phrase Strings. |
list_uploadsList recent file uploads for a Phrase Strings project. | List recent file uploads for a Phrase Strings project. |
download_locale_fileDownload a Phrase locale file. The response may be raw file text depending on the selected format. | Download a Phrase locale file. The response may be raw file text depending on the selected format. |
Triggers
| Name | Description |
|---|---|
new_uploadPoll Phrase uploads and emit uploads first seen after the trigger baseline. | Poll Phrase uploads and emit uploads first seen after the trigger baseline. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('phrase', 'list_projects', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'phrase',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Phrase to my app?
Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Phrase support?
Phrase supports 9 tools including List Projects, Get Project, List Locales, List Keys, Get Key, and more.
Can I use Phrase with AI agents?
Yes. Add Phrase to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
Can Phrase be used in stateful agent workflows?
Yes. Agents can combine Phrase tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does Phrase use?
Phrase uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Phrase integration cost?
The Phrase integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Phrase support?
Phrase supports 1 triggers including New Upload.
Connect Phrase in minutes
Get 20,000 free action executions every month. No credit card required.