Weavz
Crowdin

Crowdin

Manage Crowdin projects, files, source strings, and translation builds.

10 tools
1 trigger

Tools

Name
list_projects

List Crowdin projects visible to the token.

get_project

Get a Crowdin project by ID.

list_files

List source files in a Crowdin project.

list_strings

List Crowdin source strings, optionally filtered by file.

get_string

Get a Crowdin source string by ID.

create_string

Create a source string in a Crowdin project.

update_string

Patch a Crowdin source string text, context, or hidden state.

upload_file

Upload a bounded text source file through Crowdin Storage, then create a project file.

create_translation_build

Create an asynchronous Crowdin translation build for selected target languages.

get_translation_build

Get status for a Crowdin translation build.

Triggers

Name
new_file

Poll Crowdin project files and emit files 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('crowdin', 'list_projects', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'crowdin',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Crowdin 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 Crowdin support?

Crowdin supports 10 tools including List Projects, Get Project, List Files, List Strings, Get String, and more.

Can I use Crowdin with AI agents?

Yes. Add Crowdin 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 Crowdin be used in stateful agent workflows?

Yes. Agents can combine Crowdin 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 Crowdin use?

Crowdin uses Custom. Weavz stores credentials securely and uses them for authorized action execution.

How much does the Crowdin integration cost?

The Crowdin integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

What triggers does Crowdin support?

Crowdin supports 1 triggers including New File.

Connect Crowdin in minutes

Get 20,000 free action executions every month. No credit card required.