fetch_url
Fetch text content from any URL, including web pages and APIs, and receive up to 100KB of response data for analysis or reading.
Instructions
Fetch the text content of a URL. Returns up to 100KB of content. Useful for reading web pages, APIs, or any HTTP endpoint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to fetch | |
| max_bytes | No | Maximum response size in bytes (default: 100000, max: 1000000) | |
| timeout_ms | No | Request timeout in milliseconds (default: 10000, max: 30000) |