Skip to main content
Glama
erayendes

Heimdall App Store Connect MCP

pre_release_versions__app__get

Read-onlyIdempotent

Retrieve app details for a specific pre-release version using its ID from a list call.

Instructions

Read the app for a pre release version. [GET /v1/preReleaseVersions/{id}/app]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesID from the matching list call.
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is well covered. The description adds the resource relationship and endpoint but no additional behavioral context (e.g., return format, pagination, errors). It is consistent with annotations, earning a baseline score.

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 sentence plus an endpoint reference. It contains zero unnecessary words and is immediately scannable.

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 single-parameter GET operation with strong annotations, the description is largely complete. It clearly identifies what is read (the app) and the required input. Though there is no output schema or explicit return shape, the resource type is self-evident, so the short description suffices.

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% and the sole parameter ('id') has a helpful description ('ID from the matching list call.'). The description adds no further parameter detail, but with full schema coverage the baseline score 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 a specific verb ('Read') and resource ('the app for a pre release version'), which precisely distinguishes it from siblings like pre_release_versions__get (which reads the pre-release version itself) and builds__app__get (which reads an app for a build). The endpoint path reinforces the scope.

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?

Usage context is implied rather than explicit. The description means 'use this when you need the app object associated with a pre-release version', but it does not explicitly contrast with alternatives or state when not to use it. Given the simple read nature, it is adequate but with no explicit guidance.

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