get_listing
Fetch the store listing for a given locale: title, shortDescription, fullDescription, video. Provide a BCP-47 language tag to get localized app details.
Instructions
Get the store listing for one locale: title, shortDescription, fullDescription and video. Use list_listings first if you do not know which locales exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| language | Yes | BCP-47 language tag of the listing, e.g. 'en-US' or 'de-DE' | |
| package_name | No | App package name, e.g. 'com.acme.app' (defaults to GOOGLE_PLAY_PACKAGE_NAME) |