web_fetch
Convert one URL or up to five URLs into Markdown page content in a single call, with automatic provider failover and keyless or keyed auth, so agents retrieve web pages reliably.
Instructions
Fetch one URL's page content as Markdown with automatic provider failover (AnySearch -> Tavily -> DDGS.extract). Auth is automatic (keyed when a key is configured, else official keyless). Accepts a single url string, or urls array (max 5) for batch. Returns JSON array of {url, content, title, content_type, provider, mode, latency_ms} — failed URLs carry an error field instead. Note: JS-rendered, login-walled or CAPTCHA-protected pages are not guaranteed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | ||
| urls | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |