Skip to main content
Glama

apple_list_availability

Check which territories an app is available in by providing its App ID to verify distribution regions.

Instructions

List territories where the app is available

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
appIdYesApp ID

Implementation Reference

  • The handler function that executes the apple_list_availability tool by requesting territory availability from the Apple API.
    handler: async (client, args) => {
      return client.request(`/apps/${args.appId}/availableTerritoriesV2`);
    },
  • Input schema validation for the apple_list_availability tool, requiring an appId.
    schema: z.object({
      appId: z.string().describe('App ID'),
    }),
  • The registration name for the apple_list_availability tool.
    name: 'apple_list_availability',
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