check_links
Scan web pages for broken links by detecting 404s, redirects, timeouts, and server errors. Identifies both internal and external links, checks status codes, and organizes results by error type.
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 | |||