Skip to main content
Glama
Hiru-ge
by Hiru-ge

List TestFlight Groups

asc_list_beta_groups
Read-onlyIdempotent

List internal and external TestFlight groups for a specified app using App Store Connect API. Supports pagination with limit and nextUrl parameters.

Instructions

List internal and external TestFlight groups for an app.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
appIdYes
limitNoMaximum number of items to return (default 20, max 200).
nextUrlNoThe nextUrl value returned by a previous call to this tool. Pass it back unchanged to fetch the next page. Omit for the first page.
Behavior3/5

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

Annotations already indicate this is a read-only, idempotent, safe operation. The description adds that it lists both internal and external groups, which is useful but not comprehensive. No mention of pagination behavior or rate limits.

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?

A single sentence of 10 words, front-loaded with the verb 'List'. Every word is necessary and adds value. No 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?

Given the simplicity of a list operation and no output schema, the description is mostly complete. However, it could note pagination or that the tool returns a paginated list, which is implied by the nextUrl parameter but not stated.

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?

With 67% schema description coverage, the description does not add any parameter meaning beyond what the schema provides. The baseline of 3 is appropriate as the schema already covers the limit and nextUrl parameters.

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 identifies the resource as 'TestFlight groups for an app', clearly distinguishing it from sibling tools like asc_create_beta_group or asc_list_beta_testers.

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?

No guidance is provided on when to use this tool versus other list tools (e.g., asc_list_beta_testers). There is no mention of prerequisites or context that would help an agent decide between alternatives.

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/Hiru-ge/asc-mcp'

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