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

ID: z4j2smln34