list_apps
List the apps in your App Store Connect account to get their id, name, bundle ID, SKU, and primary locale. Use the returned id as app_id for subsequent TestFlight operations.
Instructions
List the apps in your App Store Connect account (id, name, bundleId, sku, primaryLocale). Use the returned id as app_id for the other tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max apps to return (default: 100) | |
| bundle_id | No | Filter by exact bundle ID, e.g. 'com.acme.app' |