Skip to main content
Glama

Lingvanex Translate MCP Server

Official
by lingvanex-mt

translate_text

Translate text between languages using source and target language codes to convert content for multilingual communication and understanding.

Instructions

Translate text from one language to another

Input Schema

NameRequiredDescriptionDefault
sourceLangYesSource language code
targetLangYesTarget language code
textYesText to translate

Input Schema (JSON Schema)

{ "properties": { "sourceLang": { "description": "Source language code", "maxLength": 2, "minLength": 2, "type": "string" }, "targetLang": { "description": "Target language code", "maxLength": 2, "minLength": 2, "type": "string" }, "text": { "description": "Text to translate", "type": "string" } }, "required": [ "text", "sourceLang", "targetLang" ], "type": "object" }

Other Tools from Lingvanex Translate MCP Server

Related Tools

    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/lingvanex-mt/MCP-Lingvanex-Translate'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server