quick_scan
Scan a single URL to capture a screenshot, extract interactive elements, headings, forms, and error messages—returning everything for analysis.
Instructions
Fast single-page scan. Navigates to the URL, captures a screenshot, extracts all interactive elements, headings, forms, and error messages. Returns everything to you for analysis — no session state required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to scan | |
| wait_ms | No | Extra wait after page load in ms (default: 1000) | |
| full_page | No | Capture full page (default: false) | |
| viewport_width | No | Viewport width (default: 1440) | |
| viewport_height | No | Viewport height (default: 900) |