analyze_design_references
Analyzes design references from URLs and images to extract colors, typography, layout patterns, and UI components. Identifies common patterns across multiple sources to inform UI/UX generation decisions.
Instructions
Analyze design references from URLs (browser automation + screenshots) and/or attached images. Extracts colors, typography, layout patterns, and UI components. When multiple references are provided, identifies common patterns across all sources to prioritize consistent design decisions for UI/UX generation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| urls | No | URLs of websites to scrape for design references (screenshots + computed styles) | |
| images | No | Attached images to analyze as design references | |
| viewport | No | Browser viewport size for URL scraping | |
| update_context | No | Whether to update the global design context with detected patterns |