Skip to main content
Glama
ShipLocale

shiplocale-mcp

Official
by ShipLocale

Set target languages

update_target_languages

Update target translation locales for account, app, or in-app purchase level. App-level changes propagate to sibling store rows with the same bundle ID.

Instructions

Set target translation locales at account level (no appId), app level (appId), or IAP level (appId + productId). App-level changes propagate to same-bundle-ID sibling store rows.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
appIdNo
productIdNoIAP product ID (requires appId)
targetLocalesYesLocales, e.g. ["de-DE", "fr-FR", "ja"]
Behavior3/5

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

No annotations exist, so the description must convey behavioral traits. It discloses the scoping (account/app/IAP) and propagation of app-level changes, but does not mention whether changes are destructive (overwrite), reversible, or require specific permissions.

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?

Two concise sentences. The first states the core purpose and scoping, the second adds a key behavioral detail about propagation. No extraneous information.

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?

The tool is simple with 3 parameters. The description, combined with schema, provides sufficient detail for correct invocation. No output schema exists, so return values are not expected. Minor gap: no mention of whether the operation succeeds or errors.

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 67% (targetLocales and productId have descriptions, appId lacks one). The description adds semantic context: it explains the hierarchical usage of appId and productId, the requirement that productId needs appId, and provides an example for targetLocales format.

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 identifies the action ('Set target translation locales') and the resource ('target languages'), specifying three hierarchical levels (account, app, IAP). It distinguishes from sibling tools like 'get_target_languages' by describing the setting operation.

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 explains when to use each level (no appId for account, appId for app, appId+productId for IAP) and notes propagation behavior. However, it does not explicitly state when NOT to use this tool or provide alternatives like 'get_target_languages' for read-only needs.

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/ShipLocale/shiplocale-mcp'

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