get_bundle_identifiers
Retrieves all bundle identifiers (iOS/macOS app bundle IDs) registered in your Appcircle organization, including names, identifiers, platform, and capabilities.
Instructions
Get all bundle identifiers for the organization.
Returns the list of bundle identifiers (iOS/macOS app bundle IDs) registered in Appcircle, including id, name, identifier, platform, capabilities, and related metadata.
Takes no parameters.
Returns: Standard envelope (see docs/tool_contract.md): - Success: success (true), data (list of bundle identifier objects), meta (count). - Error: success (false), error (tool, type, message, details).
Examples: Get all bundle identifiers: get_bundle_identifiers()
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |