Skip to main content
Glama

Translation MCP Server

by peio72

analyze_translation_context

Analyze translation context to provide suggestions for a specific key and target locale, ensuring accurate and context-aware translations within the Translation MCP Server.

Instructions

Analyze translation context and provide suggestions

Input Schema

NameRequiredDescriptionDefault
keyYesTranslation key to analyze
target_localeYesTarget locale

Input Schema (JSON Schema)

{ "properties": { "key": { "description": "Translation key to analyze", "type": "string" }, "target_locale": { "description": "Target locale", "type": "string" } }, "required": [ "key", "target_locale" ], "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