Skip to main content
Glama
erayendes

Heimdall App Store Connect MCP

builds__list

Read-onlyIdempotent

Retrieve a list of uploaded builds across all apps, sorted newest first. Filter by app, version, or processing state to narrow results.

Instructions

List uploaded builds across all apps, newest first with sort=-uploadedDate. Filter by app, version or processing state. For one app's builds use apps__builds__list instead. [GET /v1/builds]

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 Pull related records in the same call. Without it, checking a relationship costs one extra call per row returned.
next_urlNoAbsolute links.next URL from a previous response.
filter_idNofilter by id(s)
filter_appNofilter by id(s) of related 'app' The numeric Apple ID from apps__list, not the bundle ID. A bundle ID matches nothing and comes back as 200 with an empty list.
fields_buildsNothe fields to include for returned resources of type builds Return only these attributes. A full row set can exceed 200 KB.
filter_expiredNofilter by attribute 'expired'
filter_versionNofilter by attribute 'version'
filter_betaGroupsNofilter by id(s) of related 'betaGroups' Takes a 'betaGroups' resource id, read from the call that lists them — not a name. A value that matches nothing returns 200 with an empty list rather than an error.
filter_appStoreVersionNofilter by id(s) of related 'appStoreVersion' Takes a 'appStoreVersion' resource id, read from the call that lists them — not a name. A value that matches nothing returns 200 with an empty list rather than an error.
filter_processingStateNofilter by attribute 'processingState'
filter_buildAudienceTypeNofilter by attribute 'buildAudienceType'
filter_preReleaseVersionNofilter by id(s) of related 'preReleaseVersion' Takes a 'preReleaseVersion' resource id, read from the call that lists them — not a name. A value that matches nothing returns 200 with an empty list rather than an error.
exists_usesNonExemptEncryptionNofilter by attribute 'usesNonExemptEncryption'
filter_usesNonExemptEncryptionNofilter by attribute 'usesNonExemptEncryption'
filter_preReleaseVersion.versionNofilter by attribute 'preReleaseVersion.version'
filter_preReleaseVersion.platformNofilter by attribute 'preReleaseVersion.platform'
filter_betaAppReviewSubmission.betaReviewStateNofilter by attribute 'betaAppReviewSubmission.betaReviewState'
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, so the description's burden is lower. It adds value by specifying the default sort order ('newest first with sort=-uploadedDate'), summarizing filtering options, and indicating the HTTP method. It does not contradict annotations.

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 extremely concise: two sentences front-load the purpose and key behavior (cross-app, default sort, filters), then provides the alternative usage. Every word earns its place with no redundancy.

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 tool has 19 parameters and no output schema, the description is somewhat minimal. It lacks guidance on important usage patterns like pagination (next_url), relationship inclusion (include parameter to save API calls), and the fact that the response is a paginated list. While schema descriptions cover individual parameters, the overall context for an LLM to use the tool efficiently is incomplete.

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 coverage is 100%, so the baseline is 3. The description mentions 'Filter by app, version or processing state,' which summarizes some filters but does not add meaning beyond the schema's parameter descriptions. No novel semantic information is provided.

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 explicitly states what the tool does: 'List uploaded builds across all apps, newest first with sort=-uploadedDate.' It clearly identifies the resource (builds) and the action (list), and distinguishes itself from the sibling tool apps__builds__list by specifying cross-app scope.

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?

The description provides explicit guidance on when to use this tool versus the alternative: 'For one app's builds use apps__builds__list instead.' This directly tells the agent which tool to select based on the query scope, fulfilling the highest standard for this dimension.

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