List apps
list_appsList all apps from App Store and Google Play with configured credentials. App Store auto-discovers; Play requires PLAY_PACKAGES because the API cannot enumerate apps.
Instructions
Every app reachable with the configured credentials, from both stores. The App Store side is discovered automatically; the Play side comes from PLAY_PACKAGES, because the Play API cannot enumerate a developer's apps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| store | No | Which store to read. Defaults to every store that is configured |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| apps | Yes | ||
| count | Yes | ||
| unavailable | No | Stores or apps that could not be read. A non-empty list means this answer is partial |