safari_read
Extract URL, title, and visible text from a Safari tab, with optional full HTML, to capture page content for automation.
Instructions
Read a Safari tab's URL, title, and visible text (document.body's innerText). Set include_html=True to also get the full outerHTML. Omit window/tab to read the frontmost window's current tab.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tab | No | ||
| window | No | ||
| include_html | No |