Skip to main content
Glama

google_get_country_availability

Check which countries can access your Android app on Google Play by specifying package name, edit ID, and track to verify distribution availability.

Instructions

Get country availability for a specific track

Input Schema

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

Implementation Reference

  • The handler for google_get_country_availability calls the client's getCountryAvailability method.
    handler: async (client, args) => {
      return client.getCountryAvailability(args.packageName, args.editId, args.track);
    },
  • The Zod schema for input validation of the tool.
    schema: z.object({
      packageName: z.string().describe('Android package name'),
      editId: z.string().describe('Edit ID'),
      track: z.string().describe('Track name (e.g. production, beta, alpha, internal)'),
    }),
  • Registration of the getCountryAvailability tool in the googleTools array.
    // Country availability & Testers
    getCountryAvailability, getTesters, updateTesters,
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