WebFetch
Extract raw content from any URL: titles, headings, full text, and links. Automatically handles Reddit and image URLs. Cached for 24 hours.
Instructions
Fetch content from a URL. Returns raw extracted content: title, headings, full text, and links. No summarization — returns the actual page content. Reddit URLs auto-route to JSON API. Image URLs auto-detect and save locally. Cached for 24h per URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to fetch content from | |
| prompt | Yes | Ignored — raw content is returned instead of a summary |