fetch_url
Fetch any public http(s) URL and return HTML-stripped plain text, enabling easy reading of pages, docs, and blog posts.
Instructions
Fetch a public http(s) URL and return readable plain text (HTML stripped). Use for pages, docs, blog posts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Absolute http(s) URL to fetch | |
| max_chars | No | Max characters to return (default 8000) |