run_accessibility_audit
Run an axe-core accessibility audit to identify WCAG compliance issues. Returns violations, items needing manual review, and pass counts.
Instructions
Run an axe-core accessibility audit on the page. Returns violations, incomplete items (need manual review), and pass counts. Use this to find WCAG compliance issues.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | No | Audit only within this selector (default: entire page) | |
| tags | No | WCAG tags to test: "wcag2a", "wcag2aa", "wcag21a", "wcag21aa", "best-practice" | |
| tabId | No | Target tab ID (defaults to currently active tab) | |
| apiKey | No | API key for authentication if enabled |