Audit a rendered URL
audit_urlLoads a web page in headless Chromium, runs axe-core, and returns prioritized WCAG violations with DOM evidence, computed styles, and contrast corrections.
Instructions
Load a public or local web page in headless Chromium, run axe-core, and return prioritized WCAG findings, DOM evidence, computed styles, and contrast corrections. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Absolute http:// or https:// URL to render and test. | |
| width | No | Viewport width in CSS pixels. | |
| height | No | Viewport height in CSS pixels. | |
| standard | No | WCAG ruleset to test. Use best-practice to include additional axe guidance. | wcag22aa |
| maxIssues | No | Maximum violation groups returned; summary totals still cover the full run. | |
| maxNodesPerIssue | No | Maximum affected elements returned per rule. |