check_links
Identify broken links on any webpage by scanning internal and external links with concurrent HEAD requests, detecting 404s, redirects, timeouts, and server errors, and grouping results by status code.
Instructions
Scan a page for broken links — find 404s, redirects, timeouts, and server errors.
Extracts all links (internal + external) from the page, checks each with a HEAD request, and groups results by status: working (2xx), redirects (3xx), client errors (4xx), server errors (5xx), and timeouts. Checks up to 50 links concurrently for speed. Results cached for 5 minutes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to scan for broken links (e.g., 'example.com' or 'https://example.com') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||