web_fetch
Fetch web page content for reading articles and documentation. Extracts clean text from URLs with configurable timeout settings.
Instructions
Fetch the content of a web page. Returns the raw text content of the page, suitable for reading articles and documentation.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to fetch | |
| timeout | No | Request timeout in seconds (default: 30) |