Skip to main content
Glama

Translation MCP Server

by peio72

validate_translations

Verify translation quality and consistency across specified locales by performing checks for completeness, formatting, placeholders, and more.

Instructions

Validate translation quality and consistency

Input Schema

NameRequiredDescriptionDefault
checksNoTypes of validation checks to perform
target_localesNoLocales to validate

Input Schema (JSON Schema)

{ "properties": { "checks": { "description": "Types of validation checks to perform", "items": { "enum": [ "consistency", "completeness", "formatting", "placeholders" ], "type": "string" }, "type": "array" }, "target_locales": { "description": "Locales to validate", "items": { "type": "string" }, "type": "array" } }, "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