Skip to main content
Glama

apple_get_app

Retrieve detailed app information including version status from App Store Connect for app management and publishing workflows.

Instructions

Get detailed info about an app including latest version state

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
appIdYesApp ID

Implementation Reference

  • The implementation of the `apple_get_app` tool, which retrieves detailed information about an app from the App Store Connect API.
    const getApp: ToolDef = {
      name: 'apple_get_app',
      description: 'Get detailed info about an app including latest version state',
      schema: z.object({
        appId: z.string().describe('App ID'),
      }),
      handler: async (client, args) => {
        return client.request(`/apps/${args.appId}`, {
          params: { 'include': 'appStoreVersions,appInfos' },
        });
      },
    };
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