Accessibility scan (text-only)
scan_accessibilityRun a WCAG foundation audit on a live page to detect missing image alt text, heading hierarchy breaks, and unnamed form controls, then return grouped issues with addressable selectors.
Instructions
Zero-image WCAG foundation audit of the live DOM. Flags missing alt (or empty alt not declared decorative), heading hierarchy breaks (h2 → h4, or a document whose first heading starts deeper than h2), and inputs, selects, textareas and buttons with no computable accessible name — placeholders do not count. Grouped text report with unique, addressable selectors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Absolute URL to open, e.g. http://localhost:5173. | |
| reload | No | Reload even if the URL is already open (default reuses it, so it can be stale after an edit). | |
| viewport | No | Switch to this breakpoint first. Default: keep the current one. | |
| maxIssues | No | CI gate: mark the response a FAILURE when issues exceed this (0 = must be clean). Omit to report without a verdict. |