Skip to main content
Glama

google_get_track

Retrieve specific release track details for Android apps in Google Play Console to manage internal, alpha, beta, or production deployments.

Instructions

Get details of a specific release track

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
packageNameYesAndroid package name
editIdYesEdit ID
trackYesTrack name

Implementation Reference

  • The handler for the google_get_track tool, which calls the client's getTrack method.
    handler: async (client, args) => {
      return client.getTrack(args.packageName, args.editId, args.track);
    },
  • The schema definition for the google_get_track tool, specifying required inputs.
    schema: z.object({
      packageName: z.string().describe('Android package name'),
      editId: z.string().describe('Edit ID'),
      track: z.enum(['internal', 'alpha', 'beta', 'production']).describe('Track name'),
    }),
  • The registration of the google_get_track tool name.
    name: 'google_get_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