Skip to main content
Glama

apple_list_iap

Retrieve in-app purchase details for iOS apps to manage product listings and monetization strategies within the App Store Connect platform.

Instructions

List in-app purchases for an app

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
appIdYesApp ID

Implementation Reference

  • The tool definition for apple_list_iap, including its schema and handler implementation.
    const listIAP: ToolDef = {
      name: 'apple_list_iap',
      description: 'List in-app purchases for an app',
      schema: z.object({
        appId: z.string().describe('App ID'),
      }),
      handler: async (client, args) => {
        return client.request(`/apps/${args.appId}/inAppPurchasesV2`);
      },
    };

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