get_page_content
Extract rendered DOM content including HTML, page title, meta tags, and visible text for JavaScript reverse engineering and dynamic debugging tasks.
Instructions
Export the rendered DOM content of the current page in one call.
Returns rendered HTML, page title, meta tags, and visible text. Saves writing ad-hoc evaluate_js scripts for common extraction needs.
Returns: dict with title, meta tags, rendered_html (first 50KB), and visible_text (first 20KB).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||