Skip to main content
Glama

Whissle MCP Server

by WhissleAI

translate_text

Convert text from one language to another using the Whissle MCP Server. Provide source and target language codes along with the text for accurate translation. Note: API usage may incur costs.

Instructions

Translate text from one language to another.

⚠️ COST WARNING: This tool makes an API call to Whissle which may incur costs. Only use when explicitly requested by the user. Args: text (str): The text to translate source_language (str): Source language code (e.g., "en" for English) target_language (str): Target language code (e.g., "es" for Spanish) Returns: TextContent with the translated text.

Input Schema

NameRequiredDescriptionDefault
source_languageYes
target_languageYes
textYes

Input Schema (JSON Schema)

{ "properties": { "source_language": { "title": "Source Language", "type": "string" }, "target_language": { "title": "Target Language", "type": "string" }, "text": { "title": "Text", "type": "string" } }, "required": [ "text", "source_language", "target_language" ], "title": "translate_textArguments", "type": "object" }

You must be authenticated.

Other Tools from Whissle 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/WhissleAI/whissle-mcp'

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