Skip to main content
Glama
erayendes

Heimdall App Store Connect MCP

builds__app__get

Read-onlyIdempotent

Retrieve the app assigned to a specific build. Use the build ID to fetch the associated app details from App Store Connect.

Instructions

Read the app for a build. [GET /v1/builds/{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, and the description's 'Read' is consistent with these. The description adds the endpoint but does not disclose error conditions or response format; however, the annotations provide sufficient safety context.

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 one concise sentence followed by the endpoint, with no filler or redundant information. Every element contributes to understanding the tool's function.

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 read operation with strong annotations, the description provides sufficient context. The endpoint and name clarify the target resource, and the lack of an output schema is acceptable for this low-complexity tool.

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 schema documents the single parameter 'id' with 'ID from the matching list call', which is helpful and covers 100% of parameters. The tool description itself does not add parameter semantics, but none are needed given the schema's clarity.

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 'Read the app for a build' clearly states the action (read) and resource (app for a build). The endpoint [GET /v1/builds/{id}/app] reinforces the specific relationship, distinguishing it from sibling tools like builds__get which retrieve the build itself.

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?

No explicit when-to-use or alternatives guidance is provided. However, the name and endpoint imply its purpose as the tool for fetching the app associated with a specific build, giving implied usage context.

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