Skip to main content
Glama
beautyfree

App Store Connect MCP

by beautyfree

List beta groups

list-beta-groups
Read-onlyIdempotent

Retrieve all internal and external beta groups from App Store Connect, with optional filters for app, name, or group ID to narrow down results.

Instructions

Get a list of all beta groups (internal and external)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of groups to return (default 100, max 200)
filter.idNoFilter by beta group ID(s)
filter.appNoFilter by app ID(s)
filter.nameNoFilter by group name(s)
Behavior3/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint, providing a strong safety profile. The description adds the scope detail 'internal and external', which is useful but minimal additional behavioral context; it does not disclose pagination or return structure beyond the word 'list'.

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, focused sentence with no filler or redundant content. It efficiently communicates the tool's purpose.

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 strong annotations and 100% schema coverage, the description is mostly complete for a simple read-only list operation. However, it does not explicitly differentiate from the get-beta-group sibling or mention the filter capabilities, leaving a small gap in 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?

All four parameters have descriptions in the schema (100% coverage), so the schema fully explains limit and filter semantics. The description adds no additional parameter context, giving it the baseline score.

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 tool's function with a specific verb ('Get a list') and resource ('beta groups'), and further clarifies scope as 'all' and 'internal and external'. This effectively distinguishes it from single-group retrieval tools like get-beta-group.

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 usage for listing all beta groups but provides no explicit guidance on when to use this tool versus alternatives such as get-beta-group or filtered listing via the schema's filter parameters. There are no exclusions or alternative tool references.

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