Skip to main content
Glama

apple_list_subscription_groups

Retrieve subscription groups for an Apple app to manage in-app purchase subscriptions and pricing tiers.

Instructions

List subscription groups for an app

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
appIdYesApp ID

Implementation Reference

  • The implementation of the `apple_list_subscription_groups` tool, including its schema and handler function.
    const listSubscriptionGroups: ToolDef = {
      name: 'apple_list_subscription_groups',
      description: 'List subscription groups for an app',
      schema: z.object({
        appId: z.string().describe('App ID'),
      }),
      handler: async (client, args) => {
        return client.request(`/apps/${args.appId}/subscriptionGroups`);
      },
    };
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