Skip to main content
Glama

app-store-connect-mcp-server

list_group_testers

Retrieve a list of all testers assigned to a specific beta group in App Store Connect, with customizable limits for efficient management.

Instructions

Get a list of all testers in a specific beta group

Input Schema

NameRequiredDescriptionDefault
groupIdYesThe ID of the beta group
limitNoMaximum number of testers to return (default: 100)

Input Schema (JSON Schema)

{ "properties": { "groupId": { "description": "The ID of the beta group", "type": "string" }, "limit": { "description": "Maximum number of testers to return (default: 100)", "maximum": 200, "minimum": 1, "type": "number" } }, "required": [ "groupId" ], "type": "object" }

You must be authenticated.

Other Tools from app-store-connect-mcp-server

Related Tools

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/JoshuaRileyDev/app-store-connect-mcp-server'

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