Open Web Page
openFetch a public web page and extract its readable text content. Use this tool when search results do not provide enough detail.
Instructions
Fetch a public HTTP(S) page with curl_cffi and return cleaned readable text.
Use after search when result snippets are insufficient. Private/local addresses are rejected, redirect targets use curl_cffi safe-follow mode, and response bytes are capped.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| max_chars | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | ||
| error | No | ||
| title | No | ||
| status | Yes | ||
| final_url | No | ||
| source_id | No | ||
| truncated | No | ||
| elapsed_ms | No | ||
| content_type | No | ||
| fetched_bytes | No | ||
| requested_url | Yes |