Weavz
Phrase

Phrase

Manage Phrase Strings projects, locales, keys, uploads, and locale downloads.

9 tools
1 trigger

Tools

Name
list_projects

List Phrase Strings projects.

get_project

Get a Phrase Strings project by ID.

list_locales

List locales in a Phrase Strings project.

list_keys

List translation keys in a Phrase Strings project.

get_key

Get a Phrase Strings key by ID.

create_key

Create a key in Phrase Strings.

upload_file

Upload a bounded text locale file to Phrase Strings.

list_uploads

List recent file uploads for a Phrase Strings project.

download_locale_file

Download a Phrase locale file. The response may be raw file text depending on the selected format.

Triggers

Name
new_upload

Poll Phrase uploads and emit uploads first seen after the trigger baseline.

Quick Start

TypeScript
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.