validate_listing_text
Validate app store listing text lengths for title, short description, and full description to ensure they meet 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 | |||