check_broken_links
Scan one web page for dead links (4xx/5xx/unreachable) and mixed content (http subresources on an https page). Returns each link with its status. Single-page scan, not a crawl — pass the exact page URL. Rate-limited to a few scans per minute, so batch calls will be throttled.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The exact page URL to scan, e.g. https://example.com/pricing |