Check a claim about a webpage
web_checkVerify web page content by checking for text presence, absence, or element selectors, returning a pass/fail status with a short evidence snippet.
Instructions
Verify something about a page (text present/absent, element present/absent, exact text match) without returning the whole page — just a pass/fail and a short evidence snippet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| value | Yes | text to search for, or CSS selector for the selector_* assertions | |
| selector | No | scope the text search to this subtree | |
| assertion | Yes | ||
| forceBrowser | No | ||
| ignoreRobots | No |