web_fetch
Fetch a URL and extract its readable text content. Use to read documentation, verify external links, or inspect page text without a browser.
Instructions
Fetch a URL and extract readable text content. Use to read documentation pages, verify external link content, or inspect page text without a browser.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to fetch | |
| raw_html | No | Return raw HTML instead of extracted text (default: false) | |
| max_length | No | Max content length in characters (default: 50000) | |
| verify_ssl | No | Verify TLS certificates (default: true). Set false for self-signed certs on local/dev servers. |