web_fetch
Fetch any HTTP/S URL, convert its HTML to markdown, and save it as a timestamped entry in a searchable archive.
Instructions
Fetch a URL and archive the result.
Fetches the URL, converts HTML to markdown, and persists the result as a timestamped JSONL entry in the web-archive. Only http and https URLs are allowed; private/internal IPs are blocked.
Args: url: The URL to fetch (http/https only) timeout: Request timeout in seconds (default 30, max 120) token: Optional Bearer token for authenticated requests
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| token | No | ||
| timeout | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |