scan_history
Retrieve and browse past web accessibility scans by listing recent results or filtering by target URL or tool name. Get full scan details with a specific scan ID.
Instructions
Browse past scans run through this MCP server. Every scan_page / flow_scan / scan_html / visual_audit / check_aria / verify_fix call is logged locally (~/.webability/scans; local installs only — the hosted server keeps no history). Without arguments, lists recent scans (when, what target, result summary). Pass id to retrieve the FULL stored result of one past scan, or filter to match a URL/tool substring.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | A scan id from the history list — returns that scan's full stored response | |
| limit | No | Max history entries to return (default 20) | |
| filter | No | Substring match on target URL or tool name (e.g. "abilyo.com" or "scan_page") |