Analyze website style
analyze_website_styleExtract a compact design grammar from public website URLs, images, screenshots, or HTML snippets. Returns style constraints and evidence for downstream synthesis or review.
Instructions
Analyze exact public website URLs, public image URLs, or a mix of both and extract a compact design grammar. StyleTrace analyzes only the references you provide. Evidence can be omitted, exported to a sidecar file, or inlined.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| urls | No | One or more exact public http/https URLs to analyze. StyleTrace analyzes only the URLs you provide and does not crawl additional pages automatically. | |
| fidelity | No | Optional fidelity target for downstream synthesis output. Does not change raw evidence capture. | |
| references | No | Mixed references to analyze. Use type=url for websites, type=image or type=screenshot for public image URLs, and type=html for bounded raw HTML snippets. | |
| designIntent | No | Optional downstream generation intent used only to shape prompt-ready guidance. | |
| evidenceMode | No | How evidence should be returned. Defaults to omit. Use file to export evidence to a sidecar JSON instead of embedding it in structuredContent. | |
| targetArtifact | No | Optional target artifact to shape synthesis output for downstream agents. Does not change raw evidence capture. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sites | Yes | ||
| guideline | Yes | ||
| synthesis | Yes | ||
| blendModes | Yes | ||
| styleRisks | Yes | ||
| softGuesses | Yes | ||
| variationAxes | Yes | ||
| reviewContract | Yes | ||
| styleInvariants | Yes | ||
| promptReadyBrief | Yes | ||
| visualVocabulary | Yes | ||
| originalityBoundary | Yes | ||
| compositionBlueprint | Yes | ||
| evidenceArtifactPath | No |