Start a full-site scan
scan_siteCrawl every reachable page of a registered host to run a full-site accessibility scan. Queues the run, returns a runId, and polls via get_run for results.
Instructions
Crawls and scans every reachable page of a registered site. Pro+ (SCAN_FULL_SITE). Queues the run and returns immediately with a runId — call get_run to poll. Call list_sites first if you do not already know the exact registered host.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| siteHost | Yes | The registered site's normalized host, exactly as list_sites reports it — host only, no scheme and no path. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run | Yes | ||
| standard | Yes | The standard the checks were run against, e.g. "WCAG 2.1 AA". | |
| scoringGuidance | Yes | Binding instruction for the assistant reading this result. Follow it literally. | |
| coverageDisclaimer | Yes | Why this result is not a compliance verdict. Always relay it; never present a scan as proof of conformance. |