Get a scan by id
get_scanRetrieve results of an accessibility scan started by scan_url. Returns severity counts, sample findings, coverage disclaimer, and failure reason if the scan did not complete.
Instructions
Polls a scan started by scan_url — either kind, recorded against a registered site or one-off; this tool finds it either way. Returns severity counts, a finding sample, the coverage disclaimer, and (once terminal) a failure reason if the scan did not complete. For a full-site run from scan_site, use get_run instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scanId | Yes | The id returned by scan_url. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scan | Yes | ||
| pollWith | Yes | The tool that reads this scan's progress and result. | |
| 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. | |
| recordedAgainstSite | Yes | True when the URL belongs to a registered site and the scan was kept against it (so it feeds history and trends); false for a one-off scan. |