session_read_page
Extract readable text from a page in your authenticated browser session to summarize or analyze it. Returns the URL, title, body text, and a flag if content was truncated.
Instructions
Read a page's visible text, as rendered in the user's authenticated session. Returns {url, title, text, truncated}; text is the body's rendered innerText capped at 50,000 characters, and truncated is true when the page was longer. Prefer this over session_snapshot when the goal is to read or summarise; prefer session_snapshot when the goal is to interact.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tabId | No | Tab to read; uses the active tab when omitted |