Skip to main content
Glama
erayendes

Heimdall App Store Connect MCP

beta_groups__builds__list

Read-onlyIdempotent

List builds belonging to a beta group by providing the group ID, with support for pagination and custom field selection.

Instructions

List the builds belonging to a beta group. [GET /v1/betaGroups/{id}/builds]

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_buildsNothe fields to include for returned resources of type builds 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 declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is clear. The description adds the GET endpoint and resource relationship but does not disclose pagination behavior or return details beyond what the schema suggests. No contradictions with 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 two concise sentences, including the endpoint reference. Every word earns its place; there is no wasted text or redundancy.

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 full annotation coverage and a complete schema, the description is adequate. It clearly states what is listed and includes the endpoint. However, it does not explicitly mention pagination behavior or return list structure, which would make it fully complete for an agent without external API knowledge.

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%, so the baseline is 3. The description does not add any parameter-level meaning beyond the schema; it only restates the resource scope. The parameters (id, limit, next_url, fields_builds) are already well-documented in the schema.

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 uses a specific verb ("List") and resource ("builds belonging to a beta group"), clearly distinguishing it from broader list tools like builds__list. The HTTP endpoint is also included, making the operation unambiguous.

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 implies the tool is for retrieving builds scoped to a specific beta group, but it does not explicitly mention when to use it over the sibling tools such as builds__list or beta_groups__builds__add/remove. No alternatives or exclusions are stated, so usage guidance is only implied.

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