Get Page Content (text + optional screenshot)
gv_get_page_contentExtract text content from the current page, with optional screenshot to handle captchas, image buttons, and complex visual layouts.
Instructions
Read the current page's text content, optionally with a screenshot.
Set include_screenshot=true to ALSO receive an image of the page so you can SEE the layout — use this when text alone isn't enough (captcha, image buttons, complex visual structure).
Args: include_screenshot: If true, append a PNG image of the viewport. max_chars: Max characters of page text (default 20000).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_chars | No | ||
| include_screenshot | No |