Skip to main content
Glama

apple_list_builds

Fetch builds uploaded to App Store Connect for a given app ID, with optional filtering by pre-release version and result limit.

Instructions

List builds uploaded to App Store Connect

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
appIdYesApp ID
limitNo
preReleaseVersionNoFilter by version string
Behavior2/5

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

No annotations are provided, so the description carries full burden for behavioral disclosure. It only states that it lists builds uploaded to App Store Connect, but does not mention pagination, rate limits, or whether it returns only recent builds or all builds. This is insufficient for safe invocation.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence with no fluff, which is appropriate for a simple tool. However, it could be slightly more informative without exceeding reasonable length.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the lack of output schema and simple parameters, the description still leaves gaps. It does not explain what the response looks like (e.g., list of build objects with IDs, statuses) or how to interpret the output, making it incomplete for effective tool use.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description adds no information about parameters beyond what the schema already provides. It does not mention the required appId or the optional limit and preReleaseVersion filters. Schema coverage is 67%, so the description should compensate but fails to do so.

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 the verb 'List' and the resource 'builds', and specifies the platform 'App Store Connect'. This distinguishes it from other list tools that target different resources (e.g., apple_list_apps, apple_list_versions).

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?

The description provides no guidance on when to use this tool versus alternatives, such as apple_list_versions or apple_assign_build. There is no discussion of prerequisites or context for invocation.

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/mikusnuz/app-publish-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server