read_url
Fetch any URL and extract its readable text with boilerplate removed, so you can read an article found through search in full depth.
Instructions
Fetch a URL and extract its readable text (boilerplate stripped), for reading an article found via search in more depth.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to fetch. | |
| max_length | No | Max characters to return (default 4000). |