safari_read_page
Extract readable text from a web page, including title, URL, and body content. Use a CSS selector to target specific elements and set max length to control output size.
Instructions
Read page text content (title, URL, body text). Use for reading article text or page content. For interacting with elements, prefer safari_snapshot (gives ref IDs). Use selector to read specific element. Use maxLength to limit output.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| receipt | No | Tab receipt from safari_new_tab — pins this call to that tab (survives reconnects/subagents) | |
| selector | No | CSS selector to read specific element | |
| maxLength | No | Max chars to return (default: 50000) |