analyze_ui_screenshot
Analyzes webpage, app, or mockup screenshots to extract design details for frontend implementation. Returns structured vision insights from the image.
Instructions
Analyze a webpage, app, UI, or design mockup screenshot for frontend implementation work.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | No | ||
| file_id | No | file_id returned by PUT /upload. Preferred over image_base64 to avoid corruption of large base64 in the tool-call path. Persistent across restarts, content-deduplicated. | |
| mime_type | No | MIME type. Required with image_base64; ignored (uses stored value) with file_id. | image/png |
| page_hint | No | ||
| image_base64 | No | Raw base64-encoded image bytes, without a data: URL prefix. Prefer file_id for large images. | |
| framework_hint | No |