analyze_mobile_app_screenshot
Analyze mobile app screenshots to evaluate UI design, user experience, platform conventions, and app functionality. Supports multiple platforms and focus areas.
Instructions
Specialized tool for analyzing mobile app screenshots. Provides insights into UI design, user experience, platform conventions, and app functionality.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | The mobile app screenshot data (base64 string, file path, or URL) | |
| type | Yes | The type of image input | |
| format | No | Output format (default: json for structured mobile analysis) | |
| mimeType | No | MIME type of the image (required for base64 input) | |
| platform | No | Mobile platform (default: auto-detect) | |
| focusArea | No | Specific area to focus on (optional) | |
| maxTokens | No | Maximum tokens in response (default: 4000) | |
| includeUXHeuristics | No | Include UX heuristic evaluation (default: true) |