analyze_page_structure
Extract section bands (tag, label, color, offset, height) from any page URL or local file to compare a reference site's structure against your own build.
Instructions
Extract a page's section band map (tag, label, background color, offset, height per band) via a headless browser. Works on live URLs and file:// paths — use it to compare a reference site's structure against your local build.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Absolute URL (https:// or file://) of the page to analyze | |
| maxBands | No | Cap on returned bands | |
| waitStrategy | No | 'load' + settle works on heavy sites; 'networkidle' waits for total quiet | load |