Skip to main content
Glama

Bulk JSON Translator

delegate_bulk_translate
Read-onlyIdempotent

Translate all string values in a JSON object or array to any target language. Preserves JSON structure, keys, and non-string values. Auto-chunks large payloads. Ideal for i18n locale files.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
jsonYesJSON string (object or array) whose string values will be translated
preserve_keysNoIf true (default), object keys are left untranslated. Set false to also translate keys.
source_languageNoSource language (default: auto-detect). E.g. "English", "en"
target_languageYesTarget language name or ISO 639-1 code (e.g. "Chinese", "zh", "Japanese", "ja", "fr")

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
metaNoTranslation metadata
translatedYesTranslated JSON with preserved structure

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already provide readOnlyHint=true, idempotentHint=true, and destructiveHint=false. The description adds meaningful behavioral details: 'Preserves JSON structure, keys, and non-string values. Auto-chunks large payloads.' It does not contradict annotations, and adds context beyond what annotations provide.

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 extremely concise (3 sentences) and front-loads the core action. Every sentence serves a purpose: stating what it does, how it behaves, and when to use it. No wasted words.

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 rich input schema (100% parameter coverage) and presence of an output schema, the description provides sufficient context: purpose, behavioral traits, and use case. An agent can confidently decide when to invoke this tool.

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

Parameters4/5

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

All 4 parameters are fully described in the input schema (100% coverage). The description adds value by explaining overall behavior (auto-chunking, preservation of structure) and the intended use case (i18n files), complementing the schema's detailed per-parameter descriptions.

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 all string values in a JSON object or array to any target language.' It specifies the verb (translate) and resource (JSON strings), and distinguishes itself from sibling tools (e.g., analyze_document, extract_web) which are unrelated to translation.

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 explicitly states the ideal use case: 'Ideal for i18n locale files.' This provides clear context for when to use the tool. However, it does not mention when not to use it or provide alternatives among siblings, which would improve the score to 5.

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

A4.2/5.0
Disambiguation5/5

Each tool targets a distinct domain or action: document analysis, financial filings, contract review, translation, web extraction, summarization, cost estimation, and health check. Overlap is minimal and explicitly disambiguated in descriptions.

Naming Consistency5/5

All tool names follow a consistent verb_noun snake_case pattern (e.g., analyze_document, extract_web), making the set predictable and easy to navigate.

Tool Count5/5

With 8 tools, the server is well-scoped for a general-purpose AI toolkit, covering analysis, translation, extraction, summarization, and utilities without excess or deficiency.

Completeness4/5

The tool surface covers core workflows for document analysis, filings, contracts, translation, web extraction, and summarization. Minor gaps exist (e.g., no tool for editing or managing stored analyses), but the set is complete for its intended purpose.

Resources