Skip to main content
Glama

google_get_listing

Retrieve Google Play store listing details for a specific language to manage app metadata, descriptions, and localization content.

Instructions

Get store listing for a specific language

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
packageNameYesAndroid package name
editIdYesEdit ID
languageYesLanguage code (e.g. ko-KR, en-US, ja-JP)

Implementation Reference

  • Handler and schema definition for the google_get_listing tool. It utilizes the google client to fetch a specific store listing.
    const getListing: ToolDef = {
      name: 'google_get_listing',
      description: 'Get store listing for a specific language',
      schema: z.object({
        packageName: z.string().describe('Android package name'),
        editId: z.string().describe('Edit ID'),
        language: z.string().describe('Language code (e.g. ko-KR, en-US, ja-JP)'),
      }),
      handler: async (client, args) => {
        return client.getListing(args.packageName, args.editId, args.language);
      },
    };
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