playstore_update_listing
Update Google Play store listing metadata for any language. Modify app title, short description, or full description with immediate effect.
Instructions
Update store listing metadata for a specific language. Can update title (max 50 chars), short description (max 80 chars), and/or full description (max 4000 chars). Changes are committed immediately.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| packageName | Yes | Android package name | |
| language | Yes | BCP-47 language code (e.g., en-US, ko-KR) | |
| title | No | App title (max 50 characters) | |
| shortDescription | No | Short description (max 80 characters) | |
| fullDescription | No | Full description (max 4000 characters) |