web_fetch
Fetch URL — Fetch the raw (decoded) HTML of a public web page at a user-provided http(s) URL. SSRF-guarded, http/https only, 10 MB body cap, robots-aware. [category: web]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | http(s) URL to fetch | |
| timeout_ms | No | Optional fetch timeout override in milliseconds. | |
| user_agent | No | Optional custom User-Agent header. | |
| acknowledge_robots | No | Business+ only: proceed even when robots.txt disallows the page. |