analyze_url_json
Run accessibility tests on any URL with axe engine, returning WCAG 2.1 AA violations in raw JSON format for easy integration.
Instructions
Run accessibility tests on a URL and return violations in raw JSON format. [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. |