Skip to main content
Glama
erayendes

Heimdall App Store Connect MCP

listing__get_screenshots

Read-onlyIdempotent

List screenshots on an app store listing in one step: see locales, device sizes, counts, and dimensions. Provide the app name, bundle ID, or Apple ID to avoid multi-call chaining.

Instructions

List the screenshots on an app’s store listing in one step: which locales have them, which device sizes, how many, and their dimensions. Give the app (name, bundle ID or Apple ID). Use this instead of chaining app_store_versions / localizations / screenshot_sets / screenshots — most locales carry no screenshots of their own, so walking that chain costs one call per locale.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
appYesApp name, bundle ID (com.example.app) or numeric Apple ID.
localeNoOptional. Restrict to one locale, e.g. en-US or tr.
versionNoOptional version string, e.g. "2.4". Defaults to the most recent version.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
appYesResolved app, as "Name (id)".
noteNoPresent when no locale carries its own screenshots.
stateNoApp Store state of that version, e.g. READY_FOR_SALE.
localesYesOnly locales carrying screenshots of their own; the rest inherit.
versionNo
localesWithOwnScreenshotsYesReads as "1 of 50; the rest inherit from the primary locale".
Behavior4/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, so the safety profile is known. The description adds behavioral context beyond that: it reveals the one-step nature and exactly what information is returned (locales, device sizes, counts, dimensions), and it explains the efficiency rationale. It does not go into pagination or error cases, but the presence of an output schema lowers that burden.

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 sentences deliver the core purpose, the output scope, the required input, and an explicit comparison to a more expensive alternative. Every clause earns its place—no filler or repetition.

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 tool’s complexity is moderate, but the description covers the key purpose, the output highlights, and the recommended usage context. Since an output schema exists, the description does not need to spell out return fields, and the efficiency warning about chaining calls is valuable contextual guidance.

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?

The input schema has 100% description coverage, with clear descriptions for app, locale, and version. The description’s mention of 'Give the app' and the 'one step' optimization does not add meaningful parameter semantics beyond what the schema already 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 opens with a specific verb ('List') and a clear resource ('screenshots on an app’s store listing'), then enumerates what the result includes (locales, device sizes, counts, dimensions). It also distinguishes itself from the manual multi-call chain (app_store_versions / localizations / screenshot_sets / screenshots), making the tool's purpose unmistakable.

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 explicitly says 'Use this instead of chaining app_store_versions / localizations / screenshot_sets / screenshots' and explains why (most locales carry no screenshots, so the chain is costly). It also tells the caller what input to provide ('Give the app (name, bundle ID or Apple ID)'), leaving no ambiguity about when to invoke this tool.

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

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