get_html
Fetch raw HTML of any live web page to analyze its structure and markup without JavaScript execution.
Instructions
Fetch the raw HTML of a live web page (HTTP GET, no JavaScript execution).
Useful for giving the model the structure/markup of a page you're analyzing.
Args: url: Full URL including scheme, e.g. 'https://example.com/pricing'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |