Skip to main content
Glama

create_testflight_group

Creates a TestFlight beta group for an app, allowing internal or external distribution. Internal groups skip beta review for faster QA.

Instructions

Create a new TestFlight beta group for an app. External groups require beta app review before testers can install builds. Internal groups (Apple org members) do not require review — useful for fast internal QA.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
app_idYesThe App Store Connect app ID (from list_asc_apps)
nameYesDisplay name for the group e.g. 'External Beta Testers'
internalNoCreate an internal group (Apple org members only, no beta review required). Default: false (external group).
Behavior4/5

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

Annotations already indicate this is a write operation (readOnlyHint=false) and not destructive. The description adds critical behavioral context: external groups require beta app review before testers can install, while internal groups skip review. This goes beyond what annotations provide.

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?

Two sentences concisely deliver purpose and key behavior. The header immediately states the action, and the second sentence adds crucial operational nuance. No unnecessary words or redundancy.

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

Completeness5/5

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

For a simple creation tool with 3 basic parameters and no output schema, the description covers the essential context: what it does, the key distinction between internal/external, and the implication for testing workflow. No gaps remain.

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 coverage is 100% with detailed parameter descriptions. The tool description adds a note about review requirements that ties to the 'internal' parameter, but it mostly reinforces the schema definition. For app_id and name, no additional meaning is added.

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 starts with a specific verb+resource: 'Create a new TestFlight beta group for an app.' It clearly distinguishes from sibling tools like list_testflight_groups and add_testflight_tester, and explains the internal/external split, which further clarifies the tool's role.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides context on when to use internal vs external groups (internal for fast QA without review, external requiring review). However, it does not explicitly mention when to avoid this tool or suggest alternatives (e.g., adding testers), leaving some guidance implicit.

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/todah-zg/codemagic-mcp'

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