read_url
Fetch any public URL and return its content as a clean AIDocument: Markdown with title, description, and structure, stripped of navigation and boilerplate.
Instructions
Read any public web page as a clean AIDocument: Markdown plus title, description, and structure, with navigation and boilerplate stripped. Prefer this over a raw HTTP fetch whenever you need the content of a web page; it returns far cleaner, lower-token text. Powered by Lyrenth.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Absolute http(s) URL of the page to read. | |
| fresh | No | Force a fresh fetch instead of the cached version. Slower; default false. |