Skip to main content
Glama
erayendes

Heimdall App Store Connect MCP

metadata_ai__draft_translation

Read-only

Draft App Store metadata fields from a source locale into requested target locales, providing source text and instructions for human review. Only processes locales you specify.

Instructions

Return one language’s store text plus an instruction for you to draft it in the languages named. Only runs for locales the caller asks for — it never decides that a language looks stale. Returns a draft for a person to read; writing is a separate step, and for keywords the draft is a starting point rather than an answer, because keywords are a search-ranking choice rather than a translation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
appYesApp name, bundle ID (com.example.app) or numeric Apple ID.
fieldsNoWhich fields to draft. Defaults to description and whatsNew. One of: description, keywords, whatsNew, promotionalText, marketingUrl, supportUrl.
versionNoVersion string. Defaults to the newest version.
to_localesYesTarget languages, e.g. ["tr", "de-DE"]. Required and never inferred: translating a language nobody asked about is how a deliberate choice gets overwritten.
from_localeYesSource language to translate from, e.g. "en-US".
Install Server

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already mark readOnlyHint=true, and the description adds valuable behavioral detail: it will not decide which languages need updating, output is a draft for human review, and keyword results are non-final starting points. This goes well beyond the annotation without contradicting it.

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?

Three sentences, each carrying a distinct piece of information, and the core action is front-loaded. It is appropriately compact, though the phrase 'instruction for you to draft it' vs 'returns a draft' adds a slight ambiguity that keeps it from a perfect conciseness score.

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?

With no output schema, the description tells the agent what to expect (source text plus instruction, and a draft for a person to read) and what not to do (write, infer locales, treat keywords as final). The parameter schema covers the remaining details, making the definition complete for an AI agent deciding to call it.

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, but the description adds meaning for fields like 'keywords' by explaining that a keyword draft is a starting point, not a finalized answer. It also reinforces the to_locales constraint that translation only happens for explicitly requested locales.

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 identifies a specific deliverable (source store text plus drafting instruction), defines the action as drafting, and distances itself from applying changes or auditing staleness. This clearly separates it from siblings like metadata_ai__apply_localizations and metadata_ai__audit_localizations.

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?

It gives explicit context for when the tool should be used: only for locales the caller requests, never for the tool to infer stale languages, and as a human-readable draft rather than a committed write. It does not name exact alternative tools, but the exclusions are clear enough to route an agent.

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/erayendes/app-store-connect-mcp'

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