safari_navigate_and_read
Navigate to a URL and immediately retrieve its page content, saving one round trip by combining two actions into one.
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) |