analyze_url
Run WCAG 2.1 AA accessibility tests on a URL and receive detailed violation reports to guide fixes.
Instructions
Run accessibility tests on a URL and return detailed violation reports. [Engine: axe, WCAG: 2.1_AA, Screens: 1280x1024]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to test for accessibility issues (must include http:// or https://) | |
| tags | No | Override WCAG tags. For Axe: ['wcag2a', 'wcag2aa', 'best-practice']. For ACE: ['WCAG_2_1', 'WCAG_2_2'] | |
| engine | No | Testing engine: 'axe' (axe-core) or 'ace' (IBM Equal Access). Defaults to server config. |