Skip to main content
Glama

google_get_details

Retrieve app details including default language and contact information from Google Play Console using package name and edit ID.

Instructions

Get app details (default language, contact email/phone/website)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
packageNameYesAndroid package name
editIdYesEdit ID

Implementation Reference

  • The handler definition for the tool 'google_get_details', including its schema and implementation which delegates to the GoogleClient.
    const getDetails: ToolDef = {
      name: 'google_get_details',
      description: 'Get app details (default language, contact email/phone/website)',
      schema: z.object({
        packageName: z.string().describe('Android package name'),
        editId: z.string().describe('Edit ID'),
      }),
      handler: async (client, args) => {
        return client.getDetails(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