audit_url
Run a UX and accessibility audit on a live URL. Returns top 5 issues and scores; supports basic, standard, or deep modes.
Instructions
[audit] Run a full UX + a11y audit on a live URL. Returns top 5 issues + scores; use get_findings for the full list. Offline mode (localhost/file://) is static-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Website URL to audit (must be publicly accessible) | |
| mode | No | Audit depth: basic (5-10s), standard (15-30s), deep (60s+) | standard |
| timeout_ms | No | Max wait time in milliseconds | |
| wait | No | Wait for completion or return immediately with audit_id | |
| baseline_id | No | Previous audit ID to compare against (enables change tracking) | |
| force_compare | No | Override cross-major engine version comparison block (BASE-03 escape hatch) | |
| offline | No | Offline mode for local HTML/Storybook (file:// or localhost URLs) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |