check_broken_links
Analyzes HTML content to extract all links and checks their HTTP status codes, identifying broken internal and external URLs.
Instructions
Extracts all links (a href tags) in the HTML content and tests their HTTP status codes to detect broken internal or external URLs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| baseUrl | No | Optional base URL to resolve relative paths (e.g., https://example.com). | |
| htmlContent | Yes | The raw HTML string content to inspect. |