tool_navigate
Navigate the browser to any URL, automatically opening a browser if none is open. Input a valid URL with protocol to start browsing.
Instructions
Navigate to a URL.
This tool navigates the browser to the specified URL. If no browser
is open, it will automatically open one.
Args:
url (str): The URL to navigate to (must include protocol, e.g., 'https://')
Returns:
Dict[str, Any]: A dictionary containing:
- success (bool): Whether the operation was successful
- message (str): Status message
Example:
{"tool": "navigate", "args": {"url": "https://www.example.com"}}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes |