list_apps
Lists all accessible Google Play apps with package names, display names, and resource names. Use it to discover package names for use with other tools.
Instructions
List the apps this service account can access, each with packageName, displayName and a resource name. Use it to discover package names when GOOGLE_PLAY_PACKAGE_NAME is not set or when working across several apps — pass a packageName as the package_name argument of any other tool. Note displayName is the latest title set in the Play Console, which may not match the Play Store yet. Returns 50 apps by default, 1000 at most; pass page_token from nextPageToken to continue.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max apps (default: 50) | |
| page_token | No | nextPageToken from a previous call |