Skip to main content
Glama
beautyfree

App Store Connect MCP

by beautyfree

List bundle IDs

list-bundle-ids
Read-onlyIdempotent

Retrieve bundle IDs registered in your App Store Connect team. Filter results by name, platform, identifier, or ID, and control the number returned.

Instructions

Get a list of bundle IDs registered in your team

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of bundle IDs to return (default 100, max 200)
filter.idNoFilter by bundle ID(s)
filter.nameNoFilter by name(s)
filter.platformNoFilter by platform(s)
filter.identifierNoFilter by bundle identifier(s)
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint=false, so the safe read-only nature is fully covered. The description adds only the scoping detail 'registered in your team', which is a minor addition beyond annotations. No extra behavioral traits like pagination or ordering are disclosed.

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 conveys the essential action and scope in minimal words.

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?

Given the tool has five filter parameters and no output schema, the description provides a reasonable high-level outcome ('a list of bundle IDs'). Annotations cover the safety profile, and the schema covers parameter details. It lacks explicit return structure but is adequate for a simple read-only list operation.

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 each parameter (limit, filter.id, filter.name, filter.platform, filter.identifier) already has a clear description. The tool description adds no additional semantics beyond the schema, meeting the baseline.

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 a specific verb ('get a list') and a resource ('bundle IDs registered in your team'). It distinctly separates itself from sibling tools like 'get-bundle-id' (singular) by indicating a plural list operation.

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. While the name suggests a listing operation, there is no explicit mention of when one would choose this over a singular 'get-bundle-id' or other list tools.

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/beautyfree/appstore-connect-mcp'

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