Web Fetch
web_fetchFetch a URL and receive its content as clean Markdown text, suitable for LLM processing. Supports configurable character limits and rendering modes.
Instructions
Fetch a URL with static HTTP and return readable Markdown-style page text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to fetch. | |
| render | No | auto | |
| max_chars | No | ||
| timeout_ms | No | ||
| wait_until | No | networkidle | |
| include_code | No | ||
| include_links | No |