app-store-connect-mcp-server

get_app_info

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" }