app-store-connect-mcp-server

get_bundle_id_info

Retrieve detailed information about a specific bundle ID, including name, platform, identifier, and related resources like profiles and capabilities, using the App Store Connect API integration.

Instructions

Get detailed information about a specific bundle ID

Input Schema

NameRequiredDescriptionDefault
bundleIdIdYesThe ID of the bundle ID to get information for
fieldsNoSpecific fields to include in the response
includeNoOptional relationships to include in the response

Input Schema (JSON Schema)

{ "properties": { "bundleIdId": { "description": "The ID of the bundle ID to get information for", "type": "string" }, "fields": { "description": "Specific fields to include in the response", "properties": { "bundleIds": { "description": "Fields to include for the bundle ID", "items": { "enum": [ "name", "platform", "identifier", "seedId" ], "type": "string" }, "type": "array" } }, "type": "object" }, "include": { "description": "Optional relationships to include in the response", "items": { "description": "Related resources to include in the response", "enum": [ "profiles", "bundleIdCapabilities", "app" ], "type": "string" }, "type": "array" } }, "required": [ "bundleIdId" ], "type": "object" }

You must be authenticated.

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

Related Tools

ID: z4j2smln34