get_page_content
Retrieve current page content as text, full HTML, or interactive structure outline for inspection and data extraction.
Instructions
Retrieve text, full HTML source, or interactive structure outline of current page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Format of content: "text" (inner text of body), "html" (full HTML source), or "structure" (cleaned interactive structure) | text |
| maxLength | No | Maximum number of characters to return (default: 50000) |