fetch_url
Convert any URL to clean markdown, handling HTML, JSON, and plain text. Caches locally and can save to docs with metadata.
Instructions
Fetch a single URL and return clean markdown. Handles HTML (via turndown+GFM), JSON (pretty-printed), and plain text. Cached locally. Optionally saves to docs/.md with YAML frontmatter (source URL, fetch date, content type).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Absolute http(s) URL to fetch. | |
| name | No | ||
| save | No | ||
| subdir | No | ||
| refresh | No | ||
| no_anubis | No |