accessibility_audit
Audit web pages for WCAG 2.2 compliance using crawl mode for per-page scoring across 86 success criteria, or session mode to get the WCAG checklist for a chosen conformance level.
Instructions
Audit web pages for WCAG 2.2 compliance or set session WCAG level. Crawl mode: provide pages with URL+HTML for per-page scoring and ranking across all 86 success criteria. Session mode: returns the complete WCAG checklist for the requested level that the agent must enforce.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | URL to audit (auto-fetched — no need to provide HTML) | |
| mode | No | crawl: score pages against all 86 WCAG 2.2 criteria. session: return WCAG checklist for this session. | crawl |
| urls | No | Multiple URLs to audit (all auto-fetched) | |
| level | No | WCAG conformance level | AA |
| pages | No | Array of crawled pages with pre-fetched HTML (optional if url/urls provided) | |
| locale | No | BCP 47 locale code | en |