app-store-connect-mcp-server

get_bundle_id_info

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