Skip to main content
Glama

apple_get_pricing

Retrieve current pricing information for apps on the App Store using their App ID to manage pricing strategies.

Instructions

Get current app pricing

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
appIdYesApp ID

Implementation Reference

  • The handler implementation for apple_get_pricing which fetches app pricing information.
    handler: async (client, args) => {
      return client.request(`/apps/${args.appId}/appPriceSchedule`, {
        params: { include: 'manualPrices,automaticPrices' },
      });
    },
  • The input schema for apple_get_pricing.
    schema: z.object({
      appId: z.string().describe('App ID'),
    }),
  • The registration of the tool apple_get_pricing.
    name: 'apple_get_pricing',
    description: 'Get current app pricing',
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