fetch_page
Fetch a URL and extract its main readable content. Removes navigation, ads, and clutter to provide clean article text.
Instructions
Fetch and extract the full readable content from a single URL. Uses Readability-style extraction to get the main content, removing navigation, ads, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to fetch | |
| max_length | No | Max content length (default: 50000) |