Skip to main content
Glama
erayendes

Heimdall App Store Connect MCP

listing__diff_metadata

Read-only

Compare store text of two app versions per locale, listing only differences in description, keywords, what's new, and more. Detect added or dropped locales in a single read-only call.

Instructions

Compare the store text of two app versions locale by locale, in one call, and list only what differs. Give the app (name, bundle ID or Apple ID). By default it compares the version that is on sale against the one being prepared, which is the answer to "what am I about to change?". Reports per locale which of description, keywords, whatsNew, promotional text, marketing URL and support URL changed, plus locales added or dropped. Read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toNoVersion string to compare to. Defaults to the version being prepared.
appYesApp name, bundle ID (com.example.app) or numeric Apple ID.
fromNoVersion string to compare from. Defaults to the version on sale.
localeNoRestrict to one locale (e.g. "en-US", "tr"). Omit to compare every locale.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
toYesversion and appStoreState of the comparison.
appYes
fromYesversion and appStoreState of the baseline.
changedYesOne entry per locale that differs, carrying only the changed fields.
identicalYesTrue when no compared field differs.
localesAddedYesLocales present in "to" and absent from "from".
localesRemovedYesLocales present in "from" and absent from "to" — these stop being served.
unchangedLocalesNo
Install Server

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, and the description reinforces that with 'Read-only.' More importantly, it discloses behavior beyond the annotation: the one-call locale-by-locale comparison, the default version selection, the specific list of fields compared (description, keywords, whatsNew, promotional text, marketing URL, support URL), and the reporting of added/dropped locales. This gives an agent a clear picture of what the operation is doing.

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 front-loaded: it leads with the core purpose, then gives the necessary app-identification instruction, then explains default behavior, and finally the exact output scope. Every sentence earns its place; the 'what am I about to change?' framing adds practical orientation without bloat.

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?

The description covers the tool's purpose, default comparison versions, required app identifier, per-locale reporting, and the exact set of fields checked. With a rich output schema already present and a read-only annotation, nothing essential is missing for an agent to select and invoke this tool correctly.

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 meaningful value by specifying that 'app' can be a name, bundle ID, or Apple ID—details not present in the schema. It also reinforces the default from/to behavior, which aligns with and supplements the 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 uses a specific verb ('Compare the store text of two app versions') and clearly delimits the result ('list only what differs'). It names the exact resource (store text of two app versions, locale by locale) and distinguishes itself from siblings like listing__get_screenshots or metadata_ai__audit_localizations by focusing on a diff of metadata fields.

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 strong contextual guidance: it explains the default comparison between the version on sale and the version being prepared, framing it as 'what am I about to change?'. It does not explicitly name alternatives or exclusion criteria, but the use case is clear enough that an agent can decide when to invoke it.

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