verify_url
Fetch a URL and confirm its live status, final URL, title, and content snippet. Optionally verify an expected phrase appears, to validate claims about posted content or page text.
Instructions
Fetch a URL (following redirects) and report its live status, final URL, page title, and a text snippet. Optionally check that the page contains an expected phrase. Use to verify claims like "the post is live" or "the page says X".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The http(s) URL to fetch. | |
| timeout_ms | No | Request timeout in milliseconds. Default 15000. | |
| expect_contains | No | Optional phrase that must appear in the page text (case-sensitive). |