Skip to main content
Glama

Translation MCP Server

by peio72

find_missing_translations

Identify missing or outdated translations across specified locales and namespaces. Includes empty string values for comprehensive analysis, ensuring complete translation coverage.

Instructions

Identify missing or outdated translations across locales

Input Schema

NameRequiredDescriptionDefault
include_emptyNoInclude empty string values, defaults to true
namespacesNoSpecific namespaces to check, defaults to all
target_localesNoSpecific locales to check, defaults to all supported

Input Schema (JSON Schema)

{ "properties": { "include_empty": { "description": "Include empty string values, defaults to true", "type": "boolean" }, "namespaces": { "description": "Specific namespaces to check, defaults to all", "items": { "type": "string" }, "type": "array" }, "target_locales": { "description": "Specific locales to check, defaults to all supported", "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