Web Fetch¶
Fetch a URL and extract clean readable text (Jina r.jina.ai reader when a key is configured, else trafilatura). Best-effort — an unreachable page returns ok with empty text rather than an error. Use to pull the body of a specific page (e.g. one of web_search's hits).
MCP name: web_fetch
Category: websearch
Parameters¶
| Name | Type | Required | Description |
|---|---|---|---|
url |
str |
Yes | The page URL to fetch and extract. |