Skip to main content
Glama

Translation MCP Server

by peio72

translate_key

Convert a specific translation key into multiple target languages using locale codes, with options for source locale, namespace, and context adjustment.

Instructions

Translate a specific translation key to target language(s)

Input Schema

NameRequiredDescriptionDefault
contextNoAdditional context for translation
keyYesTranslation key (e.g., "product.name.title")
namespaceNoOverride namespace detection
source_localeNoSource locale, defaults to configured source locale
target_localesYesTarget locale codes (e.g., ["vi", "fr"])

Input Schema (JSON Schema)

{ "properties": { "context": { "description": "Additional context for translation", "type": "string" }, "key": { "description": "Translation key (e.g., \"product.name.title\")", "type": "string" }, "namespace": { "description": "Override namespace detection", "type": "string" }, "source_locale": { "description": "Source locale, defaults to configured source locale", "type": "string" }, "target_locales": { "description": "Target locale codes (e.g., [\"vi\", \"fr\"])", "items": { "type": "string" }, "type": "array" } }, "required": [ "key", "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