Skip to main content
Glama

google_list_tracks

Retrieve all release tracks (internal, alpha, beta, production) for Android apps in Google Play Console to manage deployment stages.

Instructions

List all release tracks (internal, alpha, beta, production)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
packageNameYesAndroid package name
editIdYesEdit ID

Implementation Reference

  • The handler and schema definition for the google_list_tracks tool.
    const listTracks: ToolDef = {
      name: 'google_list_tracks',
      description: 'List all release tracks (internal, alpha, beta, production)',
      schema: z.object({
        packageName: z.string().describe('Android package name'),
        editId: z.string().describe('Edit ID'),
      }),
      handler: async (client, args) => {
        return client.listTracks(args.packageName, args.editId);
      },
    };
  • The registration of the listTracks tool in the googleTools array.
    // Tracks & Releases
    listTracks, getTrack, createRelease, promoteRelease, haltRelease,
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