list_apps
Retrieve a list of apps from your App Store Connect account, including id, name, bundleId, sku, and primaryLocale. Filter by bundle ID or limit results to manage your app inventory.
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' |