navigate
Open a URL and receive a snapshot of its interactive elements, enabling direct browser automation without a server-side LLM.
Instructions
Open a URL and return a snapshot of the page's interactive elements.
Keyless — the calling AI drives the browser directly, with no server-side LLM. Follow up with snapshot/click/type_text/scroll/press_key to interact, and get_content to read the page as markdown. Stealth (Patchright) is applied.
Args: url: URL to open (http/https only) session_id: Persistent session to use (default: "default")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| session_id | No | default |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |