safari_read_page
Extract readable text from a webpage: title, URL, and body content. Use a CSS selector to read a specific element or set maxLength to cap the returned characters.
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 |
|---|---|---|---|
| selector | No | CSS selector to read specific element | |
| maxLength | No | Max chars to return (default: 50000) |