Skip to main content
Glama
translated

Lara Translate MCP Server

by translated

detect_language

Read-only

Detect the language of text input, returning the detected language and confidence scores. Accepts single strings or arrays of up to 128 texts for batch detection.

Instructions

Detects the language of the provided text. Returns the detected language, content type, and a list of predictions with confidence scores. Accepts a single string or an array of strings (up to 128 elements).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYesThe text to detect the language of. Can be a single string or an array of strings (up to 128 elements).
hintNoOptional language code hint to guide detection (e.g., 'en-EN').
passlistNoOptional list of language codes to restrict detection results to.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
languageYesDetected language code (e.g., 'en-US')
contentTypeYesContent type of the analysed text
predictionsYesRanked list of candidate languages with confidence scores
Behavior4/5

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

Annotations already indicate readOnlyHint=true and destructiveHint=false. The description adds transparency by detailing the return values (detected language, content type, predictions with confidence scores) and input constraints (array limit). No contradictions.

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 two sentences, front-loaded with the core purpose. Every sentence adds essential information without waste.

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

Completeness5/5

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

Given the tool's simplicity, the description covers all necessary aspects: input format, constraints (up to 128 items), and output details. The presence of an output schema further supports completeness.

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 coverage is 100%, with all parameters (text, hint, passlist) described in the schema. The description does not add significant semantic value beyond what the schema already provides, such as adding usage examples or further clarifications.

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: 'Detects the language of the provided text.' It specifies what is returned (detected language, content type, predictions with confidence). This distinguishes it from siblings like translate or list_languages.

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

Usage Guidelines4/5

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

The description provides usage guidance by indicating it accepts a single string or an array of strings (up to 128 elements), which implies batch usage. It does not explicitly mention when not to use it or compare to alternatives, but the purpose is distinct enough.

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/translated/lara-mcp'

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