safari_navigate_and_read
Navigate to a URL and retrieve page content in a single operation, eliminating the need for separate navigation and reading steps to save time and reduce 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 | |
| maxLength | No | Max chars to return (default: 50000) | |
| timeout | No | Load timeout in ms (default: 30000) |