scan_page
Scan any URL for WCAG accessibility issues. Returns high-confidence violations, items needing human review, and a summary.
Instructions
Scan a web page for WCAG accessibility issues. Works on any URL — deployed sites, localhost, staging. Returns the three-tier shape: issues (high-confidence violations safe to fix), incomplete (needs human review — gradient backgrounds, marketing imagery, axe-incomplete results, framer-motion pre-animation states), and a summary. Treat incomplete as questions, never auto-fix them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to scan (e.g. https://example.com or http://localhost:3000) | |
| viewport | No | Viewport size (default: desktop) | |
| rootSelector | No | CSS selector to limit scan scope (optional) |