validate_listing_text
Ensure your app's title, short description, and full description meet Play Store character limits before updating.
Instructions
Validate store listing text lengths before updating.
Args: title: App title (max 50 characters) short_description: Short description (max 80 characters) full_description: Full description (max 4000 characters)
Returns: Validation result with any errors found
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | ||
| short_description | No | ||
| full_description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||