Web Find
web_findFetch a web page and locate specific text within its content. Specify a URL and a query to find matches, with options to control context size and result count.
Instructions
Fetch a URL with static HTTP and find text within the extracted page text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to search within. | |
| query | Yes | Text to find. | |
| render | No | auto | |
| timeout_ms | No | ||
| max_matches | No | ||
| context_chars | No |