Skip to main content
Glama

google_list_subscriptions

Retrieve all subscriptions associated with an Android app using its package name to manage in-app purchase offerings.

Instructions

List all subscriptions for an app

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
packageNameYesAndroid package name

Implementation Reference

  • Implementation of the 'google_list_subscriptions' tool handler and schema.
    const listSubscriptions: ToolDef = {
      name: 'google_list_subscriptions',
      description: 'List all subscriptions for an app',
      schema: z.object({
        packageName: z.string().describe('Android package name'),
      }),
      handler: async (client, args) => {
        return client.listSubscriptions(args.packageName);
      },
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