analyze_page_visual
Analyze a webpage's visual design and layout using screenshots and DOM structure. Get structured findings for UX review, UI bugs, and layout analysis.
Instructions
Analyze a webpage visually using screenshot + DOM structure + MiniMax vision. Use for design critique, UX review, visual hierarchy, layout analysis, UI bugs, and above-the-fold analysis. Defaults to viewport screenshot. Returns structured findings with element refs and evidence.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to analyze. Must be http:// or https://. | |
| prompt | Yes | What to analyze. Be specific: 'critique the visual hierarchy', 'check spacing consistency', 'evaluate the hero section'. | |
| viewport | No | ||
| screenshot_mode | No | viewport: above-the-fold only. full_page: entire scrollable page. element: specific element by ref. sections: multiple viewport shots. | viewport |
| element_ref | No | Element ref for element screenshot mode (e.g. 'e12'). | |
| wait_until | No | networkidle | |
| include_a11y_tree | No | ||
| response_format | No | json_object | |
| temperature | No | ||
| max_tokens | No | ||
| headless | No | Run browser in headless mode. Set to false for debugging. |