Skip to main content
Glama

apple_get_app_info

Retrieve app information from Apple's App Store Connect, including categories and age ratings, using the app ID.

Instructions

Get app info (categories, age rating, etc)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
appIdYesApp ID

Implementation Reference

  • The implementation of the `apple_get_app_info` tool, which retrieves app information from App Store Connect.
    const getAppInfo: ToolDef = {
      name: 'apple_get_app_info',
      description: 'Get app info (categories, age rating, etc)',
      schema: z.object({
        appId: z.string().describe('App ID'),
      }),
      handler: async (client, args) => {
        const res = await client.request(`/apps/${args.appId}/appInfos`);
        return res;
      },
    };
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