check_links
Find all links on a web page and check their HTTP status. Supports external links, session-based authentication, and configurable limits.
Instructions
Comprehensive link checker. Finds all links on a page and checks their status. Can check external links too.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | URL to check (use this or session_id) | |
| project | No | Project name (optional). With a project: runs in its shared, authenticated context. Without: runs in an isolated context (no shared cookies/login). | |
| max_links | No | Max links to check (default: 100) | |
| session_id | No | Session ID (use this or url) | |
| check_external | No | Also check external links (default: false) |