verify_source
Confirm a URL is reachable and actually says what it is claimed to say, BEFORE you spend a long context reading or acting on it. Catches dead links, pages that changed, and pages that do not support the claim attached to them. One cheap call here replaces a full fetch-and-reason pass that ends in nothing. Costs $0.20 in USDC.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | the URL to check | |
| contains | No | text the page must contain for the claim to hold |