check_links
Check internal and outbound links for broken HTTP status codes. Accepts a live URL or raw HTML string and returns total, ok, broken counts and a has_broken flag.
Instructions
Check internal and outbound links for broken HTTP status codes.
Pass a live url (fetched server-side) OR a raw html string.
Returns total, internal, outbound, ok, broken links, and has_broken flag.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | ||
| html | No |