playwright_navigate
Navigate to a URL to capture the page title and record all session requests/responses for archiving.
Instructions
Navigate the interactive session to a URL (http/https; scheme is auto-prepended). Returns the page title. Every request/response on the session is recorded automatically. Like web_fetch, private/loopback addresses are rejected (SSRF protection); use the standalone CLI if you need to reach an internal/local host.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |