get_page_html
Retrieve the HTML of a specified element from a web page, defaulting to the body. Limit output size with a character cap to control data volume.
Instructions
Get HTML of an element (default body).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | No | body | |
| max_chars | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |