fetch_url
Fetch a web page and extract its main readable content by removing navigation, ads, and boilerplate. Useful for reading full text from a specific article or documentation page.
Instructions
Fetches a web page and returns its main readable content, stripped of navigation, ads and boilerplate. Use this to read the full text of a specific article or documentation page when you already have its URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |