review_url
Analyze a web page for UI/UX issues by capturing it with vision AI. Supports multiple viewports, output formats, and recording.
Instructions
Capture and analyze a URL for UI/UX issues using vision AI.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to review. | |
| model | No | Model override. | |
| format | No | Output format (default: md). 'html' is a polished, shareable report. | |
| record | No | Record a video of the capture. | |
| new_only | No | Report only findings not seen in prior runs of the same URL. | |
| provider | No | LLM provider override (auto|ollama|anthropic|openai|google|mock). | |
| wait_for | No | CSS selector or 'networkidle' to wait for before capture. | |
| viewports | No | Viewports to capture (default: mobile + desktop). | |
| max_findings | No | Keep only the top N findings, severity-ordered (agent focus). | |
| max_pr_annotations | No | SARIF only: emit at most N results per report, severity-ordered (reviewer fatigue). |