Skip to main content
Glama

google_list_listings

Retrieve all store listings across languages for an Android app on Google Play. Use this tool to manage app metadata and content in the Google Play Console.

Instructions

List all store listings (all languages) for an app

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
packageNameYesAndroid package name
editIdYesEdit ID

Implementation Reference

  • The handler function for the 'google_list_listings' tool, which delegates to the client's listListings method.
    handler: async (client, args) => {
      return client.listListings(args.packageName, args.editId);
    },
  • The Zod schema defining the input parameters for the 'google_list_listings' tool.
    schema: z.object({
      packageName: z.string().describe('Android package name'),
      editId: z.string().describe('Edit ID'),
    }),
  • The definition and registration structure for the 'google_list_listings' tool.
    const listListings: ToolDef = {
      name: 'google_list_listings',
      description: 'List all store listings (all languages) for an app',
      schema: z.object({
        packageName: z.string().describe('Android package name'),
        editId: z.string().describe('Edit ID'),
      }),
      handler: async (client, args) => {
        return client.listListings(args.packageName, args.editId);
      },
    };
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