Fetch URL
http_fetchFetch an http(s) URL from the host and return its text content, enabling access to web resources directly within the environment.
Instructions
Fetch an http(s) URL from the host and return its text. Response size is capped.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| max_chars | No | ||
| timeout_seconds | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||