Skip to main content
Glama

google_get_testers

Retrieve tester configuration for specific release tracks in Google Play Console to manage app testing phases.

Instructions

Get tester configuration for a track

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
packageNameYesAndroid package name
editIdYesEdit ID
trackYesTrack name (e.g. internal, alpha, beta)

Implementation Reference

  • The definition and handler implementation for the google_get_testers tool. It delegates to the client's getTesters method.
    const getTesters: ToolDef = {
      name: 'google_get_testers',
      description: 'Get tester configuration for a track',
      schema: z.object({
        packageName: z.string().describe('Android package name'),
        editId: z.string().describe('Edit ID'),
        track: z.string().describe('Track name (e.g. internal, alpha, beta)'),
      }),
      handler: async (client, args) => {
        return client.getTesters(args.packageName, args.editId, args.track);
      },
    };
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/mikusnuz/app-publish-mcp'

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