get_wcag_compliance
Evaluate WCAG compliance (A/AA/AAA) for a URL or audit results, receiving per-criterion pass/fail/partial status with violations and missing requirements.
Instructions
Check WCAG compliance status with detailed per-criterion breakdown. Returns compliance status (pass/fail/partial), compliance percentage, violations per criterion, and missing requirements.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| level | No | WCAG compliance level to check: "A", "AA", or "AAA". Default: AA. | AA |
| results | Yes | Audit results object or URL string. If URL is provided, an audit will be run first. |