webfetch
Fetches content from HTTP/HTTPS URLs, returning text, Markdown, or HTML to integrate web data into your workflow.
Instructions
Fetch content from a fully formed HTTP or HTTPS URL. format controls whether text, Markdown, or HTML is returned; Markdown is the default. This tool is read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL | |
| format | No | The format to return the content in (text, markdown, or html). Defaults to markdown. | markdown |
| timeout | No | Optional timeout in seconds (max 120) |