analyze_html_json
Test raw HTML for accessibility violations and get results as JSON.
Instructions
Run accessibility tests on raw HTML content and return violations in raw JSON format. [Engine: axe, WCAG: 2.1_AA, Screens: 1280x1024]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| html | Yes | The HTML content to test for accessibility issues | |
| 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. |