safari_navigate_and_read
Open a URL and read the page content in a single call, reducing navigation and page-read round trips.
Instructions
Navigate to a URL and return the page content in one step — saves 1 full round-trip vs navigate+read_page. Use instead of safari_navigate + safari_read_page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to navigate to | |
| receipt | No | Tab receipt from safari_new_tab — pins this call to that tab (survives reconnects/subagents) | |
| timeout | No | Load timeout in ms (default: 30000) | |
| maxLength | No | Max chars to return (default: 50000) |