pilot_tab_new
Open a new browser tab, optionally navigating to a URL. Returns the tab ID and URL.
Instructions
Open a new browser tab, optionally navigating to a URL. Use when the user wants to open a link in a new tab, create a blank tab, or work with multiple pages simultaneously.
Parameters:
url: Optional URL to navigate to in the new tab (omit for a blank about:blank tab)
Returns: The new tab's ID and URL (if provided).
Errors:
"Invalid URL": The URL is malformed. Provide a complete URL with protocol.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | URL to navigate to in the new tab |