Skip to main content
Glama

update_translation

Update a single translation in SimpleLocalize by specifying key, language, and text. Optionally set namespace, customer ID, or review status to keep your localization data accurate.

Instructions

This tool will update a single translation in your SimpleLocalize project.

  • Provide 'key', 'language' and 'text' (required), and optionally 'namespace', 'customerId', and 'reviewStatus'.

  • Throws an error if the translation key (with optional namespace), language key or customerId does not exist.

  • Use update_translations_bulk for efficient mass updates instead.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keyYesThe translation key name.
textYesThe translation text.
languageYesThe language key (e.g. en, pl_PL).
namespaceNoThe namespace for the translation key (optional).
customerIdNoThe customer ID for customer-specific translations (optional).
reviewStatusNoReview status: REVIEWED, NOT_REVIEWED or empty (defaults to NOT_REVIEWED if omitted).
Install Server

TDQS

A4.7/5.0
Behavior4/5

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

Annotations already signal a non-read-only mutating operation, so the description's job is lighter. It adds concrete failure behavior: it throws if the translation key, language key, or customerId does not exist, which clarifies that this tool does not auto-create missing entities. This is useful context beyond the annotations.

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 compact and well-structured: operation first, then required/optional parameters, then failure behavior, then the alternative for bulk updates. Every sentence earns its place and there is no filler.

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?

For a 6-parameter mutation tool with no output schema, the description covers what the tool does, which inputs are required, the error conditions to expect, and when to use a sibling tool instead. Nothing essential for selecting or invoking the tool is missing.

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?

Schema coverage is 100%, so the baseline is 3. The description adds value by grouping required and optional parameters in one place and by noting that namespace participates in translation-key identity, which is not explicitly stated in the schema. It also connects customerId to the existence-check behavior.

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 specific verb+resource pair: 'update a single translation in your SimpleLocalize project.' It explicitly contrasts with update_translations_bulk by emphasizing 'single,' making the tool's scope and differentiation from siblings clear.

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

Usage Guidelines5/5

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

It explains when to use this tool by naming the alternative for mass updates: 'Use update_translations_bulk for efficient mass updates instead.' It also lists required vs optional inputs and tells the agent what errors occur if referenced keys, languages, or customer IDs do not exist, which is actionable guidance.

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

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/simplelocalize/simplelocalize-mcp-server'

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