Skip to main content
Glama
rooquiz

RooQuiz

update_form_translation

Save translated copy for one language version of a form. Update only the fields you provide, keep existing text for omitted ones, and pause that language independently.

Instructions

Save translated copy for one language version of a form. Pass the translated title / description / fields / report / systemText / booking, mirroring the shape returned by get_form_translation; fields you omit keep their current value and partial translation is allowed. Translation fields[] must not introduce codes that do not exist on the source form. Pass isActive=false to pause just this language version, independently of the form's overall isActive.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleNoTranslated form title
fieldsNoTranslated questions mirroring the source structure: same codes, translated text. The current draft comes from get_form_translation (or the clone create_form_translation returns) — edit the text in place and send it back. Merging is by code, not position, so a partial list is fine and omitted questions stay untranslated.
formIdYesThe source form UUID
reportNoTranslated report display text, mirroring the stored report that get_form_translation returns — the nested overallAnalysis / dimensionAnalysis / outcomeAnalysis shape, NOT the flattened `report` input of create_form / update_form. Scores, formulas, thresholds and codes always come from the source; only the text keys below are applied.
bookingNoTranslated copy for the result-page booking block (the block that offers a call). Whether the block shows at all always comes from the source form — this only translates its wording. Omit a key or send it empty to keep falling back to the source text.
isActiveNoEnable/pause this language version (independent of the form's overall isActive).
languageYesWhich language version to update
systemTextNoTranslated answer-page system copy, as an open key→text map (e.g. { "submitButton": "Absenden", "nextPage": "Weiter" }). Keys are the answer-page copy keys — read the ones already set from get_form_translation, and note that keys the answer page does not know are stored but never rendered. Every key is optional; an empty value falls back to the built-in text for this language.
descriptionNoTranslated form description

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
formIdNoThe source form
updatedNoWhich parts of the translation this call changed
languageNoLanguage that was saved

Schema Changelog

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

  1. First observedv0.1.0

TDQS

A4.1/5.0
Behavior4/5

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

Annotations provide no behavioral guidance (readOnlyHint=false, destructiveHint=false, openWorldHint=false), so the description carries the burden. It discloses partial-update behavior, the independence of the per-version `isActive`, and a validation constraint ('must not introduce codes that do not exist on the source form'). It does not mention deeper consequences like error behavior or what happens with unknown systemText keys, but those are covered in the schema, so the description adds solid context beyond annotations.

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

Conciseness4/5

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

The description is a single four-sentence paragraph that front-loads the purpose and then states the key behaviors and constraints. Every sentence is useful and no filler is present. It could benefit from bulleted structure given the complexity, but it is appropriately compact relative to the large schema.

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

Completeness4/5

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

For a tool with 9 parameters, nested objects, and an output schema, the description covers the essential usage context: what to pass, the partial-update workflow, and the `isActive` semantics. It does not explicitly mention that this tool requires an existing translation (or how to route to `create_form_translation`), but the name and 'keep their current value' strongly imply it. Overall it is complete enough for an agent to invoke correctly.

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 the schema fully documents each parameter, including nested match-key semantics. The description adds only a high-level cross-reference to `get_form_translation` and restates the code-match constraint already present in the schema. It does not meaningfully explain individual parameters beyond what the schema provides, so the baseline 3 is appropriate.

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 states a clear verb and resource: 'Save translated copy for one language version of a form.' It explicitly distinguishes the action from reading (`get_form_translation`) by referencing the shape to mirror, and 'fields you omit keep their current value' signals an update rather than a create. No ambiguity remains about what the tool does.

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 gives clear context: mirror the shape from `get_form_translation`, partial translation is allowed, and `isActive` can be toggled per language version. It does not explicitly name alternatives (e.g., 'use create_form_translation for new language versions') or state when not to use this tool, so it stops short of a 5. The intended workflow is nonetheless easy to infer.

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

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/rooquiz/rooquiz-mcp'

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