get_android_store_listing
Retrieve an Android app's Google Play store listing, including title and descriptions, to review existing content before updating it.
Instructions
Fetch the current Google Play store listing for a specific language. Returns title, short description, and full description. Use before set_android_store_listing to review existing text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| package_name | Yes | The Android package name e.g. com.example.myapp | |
| language | No | BCP-47 language tag e.g. en-US, fr-FR | en-US |