Skip to main content
Glama

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

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