navigate
Access a URL to get its page title and final URL. Use this before interacting with any new page to confirm the correct destination, including SPA redirect warnings.
Instructions
Navigate to a URL and return the page title and final URL.
Always call this before interacting with a new page.
Args: url: The URL to navigate to. expect_url_contains: Optional substring the final URL should contain. If the page redirected elsewhere (common on SPAs), a 'spa_redirect' warning is included in the result so the agent knows to adjust its approach.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| expect_url_contains | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |