Skip to main content
Glama
erayendes

Heimdall App Store Connect MCP

apps__alternative_distribution_key__get

Read-onlyIdempotent

Retrieve the alternative distribution key for an app by providing its name, bundle ID, or numeric Apple ID.

Instructions

Read the alternative distribution key for an app. [GET /v1/apps/{id}/alternativeDistributionKey]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesApp name, bundle ID (com.example.app) or numeric Apple ID.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changedv2.3.0
    • changedInput schema / properties / id / description
      Previous value: -"ID from the matching list call."New value: +"App name, bundle ID (com.example.app) or numeric Apple ID."
  2. Changed1 schema field changedv2.0.1
    • addedInput schema / properties / id / description
      Added value: +"ID from the matching list call."
  3. Changed1 schema field changedv2.0.0
    • removedInput schema / properties / id / description
      Removed value: -"Resource identifier."
  4. First observedv1.3.0

TDQS

B3.4/5.0
Behavior3/5

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

The readOnlyHint, idempotentHint, and destructiveHint annotations fully cover the safety profile, and the 'Read' verb plus GET method are consistent with those annotations. The description adds no extra behavioral detail such as authentication or return behavior, but nothing contradicts the 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 a single concise sentence with the endpoint reference, and it front-loads the core action and resource. There is no filler, repetition, or unnecessary detail.

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 one-parameter read operation with strong annotations, the definition is largely self-sufficient. The main missing piece is a note distinguishing it from the similar alternative_distribution_keys__get sibling, and a brief indication of what the response contains would be helpful without an output schema.

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 input schema fully documents the single required parameter, id, including acceptable formats like app name, bundle ID, or numeric Apple ID. The description adds no parameter-specific detail, but with 100% schema coverage the baseline of 3 is appropriate.

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 identifies a specific operation: read an app's alternative distribution key, and includes the exact GET endpoint. It clearly separates this from creation, deletion, and update siblings, though it does not explicitly differentiate it from the similarly named alternative_distribution_keys__get.

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?

There is no guidance about when to use this tool versus alternatives like alternative_distribution_keys__get or alternative_distribution_keys__list. The only implicit signal is 'for an app' and the {id} path parameter, which is not enough given the large number of similar sibling tools.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools