Skip to main content
Glama

Translation MCP Server

by peio72

translate_namespace

Translate keys in a specific namespace or file into multiple target locales using configured source language and translation modes like missing_only, all, or outdated. Simplifies translation management within the Translation MCP Server.

Instructions

Translate all keys within a specific namespace/file

Input Schema

NameRequiredDescriptionDefault
modeNoTranslation mode, defaults to "missing_only"
namespaceYesNamespace/file name (e.g., "product")
source_localeNoSource locale, defaults to configured source locale
target_localesYesTarget locale codes

Input Schema (JSON Schema)

{ "properties": { "mode": { "description": "Translation mode, defaults to \"missing_only\"", "enum": [ "missing_only", "all", "outdated" ], "type": "string" }, "namespace": { "description": "Namespace/file name (e.g., \"product\")", "type": "string" }, "source_locale": { "description": "Source locale, defaults to configured source locale", "type": "string" }, "target_locales": { "description": "Target locale codes", "items": { "type": "string" }, "type": "array" } }, "required": [ "namespace", "target_locales" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/peio72/mcp-translation'

If you have feedback or need assistance with the MCP directory API, please join our Discord server