Skip to main content
Glama
erayendes

Heimdall App Store Connect MCP

apps__list

Read-onlyIdempotent

Retrieve all apps from your App Store Connect account. Filter by name, SKU, bundle ID, or related resources to find specific app IDs.

Instructions

List all apps in your App Store Connect account. Start here when you need an app ID. [GET /v1/apps]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sortNocomma-separated list of sort expressions; resources will be sorted as specified
limitNomaximum resources per page
includeNocomma-separated list of relationships to include
next_urlNoAbsolute `links.next` URL from a previous response, to fetch the next page. When set, all other parameters are ignored.
filter_idNofilter by id(s)
filter_skuNofilter by attribute 'sku'
filter_nameNofilter by attribute 'name'
filter_bundleIdNofilter by attribute 'bundleId'
filter_appStoreVersionsNofilter by id(s) of related 'appStoreVersions'
filter_reviewSubmissions.stateNofilter by attribute 'reviewSubmissions.state'
exists_gameCenterEnabledVersionsNofilter by existence or non-existence of related 'gameCenterEnabledVersions'
filter_appStoreVersions.platformNofilter by attribute 'appStoreVersions.platform'
filter_reviewSubmissions.platformNofilter by attribute 'reviewSubmissions.platform'
filter_appStoreVersions.appStoreStateNofilter by attribute 'appStoreVersions.appStoreState'
filter_appStoreVersions.appVersionStateNofilter by attribute 'appStoreVersions.appVersionState'
Behavior3/5

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

The annotations already declare read-only, idempotent, and non-destructive traits. The description's mention of 'list all apps' aligns but adds no new behavioral context. No additional traits disclosed beyond what annotations provide.

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?

The description is concise, with a clear purpose stated first followed by a usage hint and endpoint reference. No unnecessary sentences, though it could be slightly more structured.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the number of parameters (15) and no output schema, the description is minimal. It provides a key usage hint but does not explain pagination, default filtering, or response structure. Adequate but not comprehensive.

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?

Schema description coverage is 100%, so the baseline is 3. The description does not add any parameter-level information beyond what the schema already provides.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it lists all apps in the account, using a specific verb and resource. The 'start here when you need an app ID' hints at its primary use case, though it doesn't explicitly distinguish from the similar `apps__get` tool.

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

Usage Guidelines3/5

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

The description implies usage as the first step to obtain an app ID, but it doesn't provide explicit when-to-use or when-not-to-use guidance. Alternatives like `apps__get` are not mentioned.

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