app-store-connect-mcp-server

disable_bundle_capability

Disable a capability for a bundle ID

Input Schema

NameRequiredDescriptionDefault
capabilityIdYesThe ID of the capability to disable

Input Schema (JSON Schema)

{ "properties": { "capabilityId": { "description": "The ID of the capability to disable", "type": "string" } }, "required": [ "capabilityId" ], "type": "object" }