Check Links
check_linksCheck every link on a web page for broken links, returning status codes for broken, redirected, and OK links. Detect 404s, timeouts, and connection errors to fix site issues.
Instructions
Check all links on a web page for broken links (404, timeout, connection errors). Returns broken, redirected, and OK links with their status codes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to check links on | |
| delay | No | Base delay in ms between batches. A random jitter of ±30% is applied automatically (default: 200ms) | |
| timeout | No | Timeout in milliseconds for each link check | |
| concurrency | No | Number of links to check simultaneously (default: 3, keeps load low on target servers) |