Translate Text (Langbly)
translate.text.translateTranslate text between 90+ languages with auto-detection. Supports batch translation and HTML format preservation.
Instructions
Translate text between 90+ languages — auto-detects source language, supports batch translation (array of strings), HTML format preservation. Google Translate v2 compatible. $5/1M chars (Langbly)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to translate — single string or array of strings for batch translation | |
| target | Yes | Target language code (e.g. "es", "fr", "de", "ja", "zh", "ru", "ar") | |
| source | No | Source language code (auto-detected if omitted) | |
| format | No | Input format: "text" (default) or "html" (preserves HTML tags) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |