Skip to main content
Glama
erayendes

Heimdall App Store Connect MCP

builds__beta_groups__remove

DestructiveIdempotent

Remove linked beta groups from a specific build to control which testers can access it.

Instructions

Unlink beta groups from a build. [DELETE /v1/builds/{id}/relationships/betaGroups]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesID from the matching list call.
bodyNoJSON:API request body (Apple schema: BuildBetaGroupsLinkagesRequest).
Behavior3/5

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

Annotations already declare destructiveHint=true, readOnlyHint=false, and idempotentHint=true. The description reinforces the destructive nature by saying 'unlink' and showing a DELETE endpoint, but it adds no further behavioral context beyond what annotations provide—such as side effects, prerequisites, or reversible/consequences of unlinking.

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 with no filler. It immediately states the action, then includes the endpoint for reference. Every word earns its place.

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 relationship removal with clearly documented parameters and annotations, the description is sufficient. It explains the core behavior and identifies the HTTP endpoint. However, it does not mention that this only unlinks beta groups rather than deleting them, nor does it reference the complementary 'add' operation, which would be useful for full context.

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 description coverage is 100%, with both 'id' and 'body' described. The description itself adds no parameter-level information. Since the schema already documents the parameters thoroughly, a score of 3 is appropriate (baseline for full coverage).

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 'Unlink beta groups from a build' uses a specific action verb and names both the resource being modified (build) and the related resource (beta groups). It also includes the exact REST endpoint, which unambiguously identifies the operation. This clearly distinguishes it from the sibling tool 'builds__beta_groups__add'.

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?

The description states what the tool does but provides no explicit guidance on when to use it versus alternatives (e.g., beta_groups__builds__remove or builds__individual_testers__remove). The usage is implied by the word 'unlink' and the DELETE method, but no clear context or exclusions are given.

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