fetch_webpage
Retrieve the raw HTML content of any webpage by providing its URL, enabling further processing like text extraction or markdown conversion.
Instructions
Fetches the raw HTML content of a webpage from the given URL
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL of the webpage to fetch |