Skip to main content
Glama

Poly-Glot AI Workspace

Detect language

detect_language

Detect the language of supplied text and map it to a supported Poly-Glot language.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

C2.8/5.0
Behavior2/5

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

With no annotations, the description carries the full burden, but it only states the detection/mapping behavior. It does not disclose the return format (language code vs. name), confidence, or behavior for unsupported or ambiguous text.

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, front-loaded sentence with no filler. Every word contributes to the core purpose.

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?

For a tool with no output schema and no annotations, the description should explain what the call returns and any constraints. It only says the result is mapped to a supported language, leaving the agent to guess the output shape and edge-case behavior.

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

Parameters2/5

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

Schema description coverage is 0%, and the description only refers to 'supplied text' without adding detail about encoding, length, or expected content. The schema's minLength helps slightly, but the description does not compensate for the missing parameter documentation.

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

Purpose4/5

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

The description uses a clear verb and object ('Detect the language of supplied text') and adds that the result is mapped to a supported Poly-Glot language. It does not explicitly distinguish this from sibling tools like get_language_options or translate_text, but the core function is unambiguous.

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?

There is no guidance on when to use detect_language versus translate_text, get_language_options, or localize_text. The description implies a use case but does not state prerequisites, exclusions, or preferred alternatives.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.5/5.0
Disambiguation4/5

Most tools are clearly separated by resource and action, but translate_text/localize_text and prepare_compare/prepare_custom_compare have adjacent purposes that could cause an agent to choose one when the other is intended. Descriptions provide enough distinction for a careful model, so the ambiguity is limited.

Naming Consistency5/5

All 15 tools follow a consistent snake_case verb_noun pattern with verbs like build, detect, get, localize, open, prepare, run, search, transcribe, translate, and validate. There is no mixing of camelCase, vague imperative fragments, or generic action names.

Tool Count4/5

15 tools is at the upper edge of a well-scoped set, and each functional area has dedicated tools. It is slightly heavy because a few pairs like translate/localize and prepare_compare/prepare_custom_compare are close variations, but the count is still reasonable for the server's broad workspace scope.

Completeness4/5

Core workflows are covered: template search/get/fill, translation and localization, custom model capabilities/validation/run, compare plan preparation, transcription, and entitlement checks. Gaps include no compare-plan execution tool, no template create/update/delete lifecycle, and no persistence for custom model configurations, but agents can work around these.