Skip to main content
Glama

app-store-connect-mcp-server

get_app_info

Retrieve detailed app data from the App Store Connect API using an app ID, including optional relationships like builds, in-app purchases, and versions.

Instructions

Get detailed information about a specific app

Input Schema

NameRequiredDescriptionDefault
appIdYesThe ID of the app to get information for
includeNoOptional relationships to include in the response

Input Schema (JSON Schema)

{ "properties": { "appId": { "description": "The ID of the app to get information for", "type": "string" }, "include": { "description": "Optional relationships to include in the response", "items": { "enum": [ "appClips", "appInfos", "appStoreVersions", "availableTerritories", "betaAppReviewDetail", "betaGroups", "betaLicenseAgreement", "builds", "endUserLicenseAgreement", "gameCenterEnabledVersions", "inAppPurchases", "preOrder", "prices", "reviewSubmissions" ], "type": "string" }, "type": "array" } }, "required": [ "appId" ], "type": "object" }

You must be authenticated.

Other Tools from app-store-connect-mcp-server

Related Tools

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/JoshuaRileyDev/app-store-connect-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server