verify_website
Ensure a website is live and reachable by checking its HTTP response and content availability.
Instructions
Verify if a website is live and accessible. Checks HTTP response and content availability.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | The website URL to verify (e.g., https://example.com) | |
| timeout_ms | No | Request timeout in milliseconds (default: 10000) | |
| follow_redirects | No | Follow HTTP redirects (default: true) |