deepl_translate_text
Translate text using DeepL's neural translation. Provide target language; optionally set source, formality, and formatting options.
Instructions
Translate text into another language using DeepL's neural translation engine.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| auth_key | Yes | DeepL Auth Key from deepl.com. Free tier keys end with :fx. | |
| text | Yes | Text or array of texts to translate (max 50 texts per call) | |
| target_lang | Yes | Target language code (e.g. EN-US, EN-GB, DE, FR, JA, ZH, ES) | |
| source_lang | No | Source language code (auto-detected if omitted) | |
| formality | No | Formality level (supported in some languages) | |
| preserve_formatting | No | Preserve original formatting | |
| tag_handling | No | Enable tag handling |