Skip to main content
Glama
erayendes

Heimdall App Store Connect MCP

apps__pre_release_versions__list

Read-onlyIdempotent

Retrieve all pre-release versions for a specific app using its ID. Filter results by version, platform, builds, or app fields to get only the data you need.

Instructions

List the pre release versions belonging to an app. [GET /v1/apps/{id}/preReleaseVersions]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesID from the matching list call.
limitNomaximum resources per page
next_urlNoAbsolute links.next URL from a previous response.
fields_preReleaseVersionsNothe fields to include for returned resources of type preReleaseVersions Return only these attributes. A full row set can exceed 200 KB.
Behavior3/5

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

Annotations already indicate readOnlyHint=true, idempotentHint=true, and destructiveHint=false, establishing the safe read-only nature. The description adds the scope 'belonging to an app' but does not disclose other behavioral traits such as pagination, ordering, or any special filtering behavior beyond what the schema implies.

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 a single, front-loaded sentence that directly states the operation and endpoint. There is no redundancy or extraneous information, making it highly efficient.

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?

For a simple list operation with thorough annotations and a fully described schema, the description is adequately complete. It provides the endpoint and scope, and the schema covers pagination and field selection. However, it does not elaborate on the response structure or list behavior, which would require an output schema or additional detail.

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% with each parameter having a clear description. The tool description does not add any additional meaning beyond the schema, so the baseline of 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 clearly states the action (List), the resource (pre release versions), and the scope (belonging to an app). The endpoint is included for precision, and it distinguishes this tool from general list tools like pre_release_versions__list by the 'belonging to an app' qualifier.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives such as pre_release_versions__list or builds__pre_release_version__get. The description simply states what it does without any context about specific use cases or exclusions.

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