Skip to main content
Glama

Translation MCP Server

by peio72

save_translations

Save and store translations in locale files to manage multilingual content efficiently. Supports structured input for keys, locales, and translated text.

Instructions

Save provided translations to locale files

Input Schema

NameRequiredDescriptionDefault
translationsYesArray of translations to save

Input Schema (JSON Schema)

{ "properties": { "translations": { "description": "Array of translations to save", "items": { "properties": { "key": { "type": "string" }, "locale": { "type": "string" }, "translation": { "type": "string" } }, "required": [ "key", "locale", "translation" ], "type": "object" }, "type": "array" } }, "required": [ "translations" ], "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