Skip to main content
Glama

google_get_subscription

Retrieve subscription details from Google Play Console for Android apps to manage in-app purchases and verify product configurations.

Instructions

Get details of a specific subscription

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
packageNameYesAndroid package name
productIdYesSubscription product ID

Implementation Reference

  • The handler implementation for the 'google_get_subscription' tool, which calls the client's getSubscription method.
    handler: async (client, args) => {
      return client.getSubscription(args.packageName, args.productId);
    },
  • Input schema for the 'google_get_subscription' tool requiring packageName and productId.
    schema: z.object({
      packageName: z.string().describe('Android package name'),
      productId: z.string().describe('Subscription product ID'),
    }),

Tool Definition Quality

Score is being calculated. Check back soon.

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