Skip to main content
Glama

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

TableJSON Schema
NameRequiredDescriptionDefault
auth_keyYesDeepL Auth Key from deepl.com. Free tier keys end with :fx.
textYesText or array of texts to translate (max 50 texts per call)
target_langYesTarget language code (e.g. EN-US, EN-GB, DE, FR, JA, ZH, ES)
source_langNoSource language code (auto-detected if omitted)
formalityNoFormality level (supported in some languages)
preserve_formattingNoPreserve original formatting
tag_handlingNoEnable tag handling
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description bears full responsibility for behavioral disclosure. It only states 'neural translation engine' without mentioning rate limits, authentication requirements (auth_key is required but not highlighted), or the array input limit of 50 texts. The tool's safe/mutating behavior is not indicated.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, concise sentence that conveys the core purpose without extraneous words. It is front-loaded and efficient.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has 7 parameters, no output schema, and no annotations, the description is insufficient. It does not cover return values, error handling, or the nuances of array inputs, tag handling, or formality constraints. The complexity of the tool requires more contextual information.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so baseline is 3. The description does not add any semantic detail beyond what the schema already provides; it merely restates the tool's function without explaining parameters like text, target_lang, or formality.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: 'Translate text into another language using DeepL's neural translation engine.' It specifies the verb (translate) and resource (text), and distinguishes from sibling tools like deepl_translate_document which handles documents.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided on when to use this tool versus alternatives such as deepl_translate_document for documents or deepl_get_usage for quota checks. The description does not mention when to avoid using it or any prerequisites.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/malamutemayhem/unclick'

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