audit_a11y
Runs multi-engine accessibility audits on URLs using axe-core, AccessLint, and VertaaUX, returning WCAG findings with actionable fix suggestions. Optionally save baseline for diff comparisons.
Instructions
[a11y] Multi-engine a11y audit on a URL (axe-core + AccessLint + VertaaUX analyzers). Returns normalised WCAG findings with machine-actionable fix suggestions. Set baseline_name to save for later diff_a11y.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to audit (must be publicly accessible) | |
| baseline_name | No | If provided, save the findings under this name for later use with diff_a11y | |
| min_impact | No | Filter findings to this impact level and above. Defaults to showing all. | |
| mode | No | Audit depth: basic (fastest), standard (default), deep (most thorough) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |