Skip to main content
Glama

app-store-connect-mcp-server

add_tester_to_group

Add a new tester to a beta group by providing tester details and the beta group ID, enabling app testing via the App Store Connect API.

Instructions

Add a new tester to a beta group

Input Schema

NameRequiredDescriptionDefault
emailYesEmail address of the tester
firstNameYesFirst name of the tester
groupIdYesThe ID of the beta group
lastNameYesLast name of the tester

Input Schema (JSON Schema)

{ "properties": { "email": { "description": "Email address of the tester", "type": "string" }, "firstName": { "description": "First name of the tester", "type": "string" }, "groupId": { "description": "The ID of the beta group", "type": "string" }, "lastName": { "description": "Last name of the tester", "type": "string" } }, "required": [ "groupId", "email", "firstName", "lastName" ], "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