open_tab
Open a new browser tab to a specified URL while keeping the current tab in focus, then return the new tab's ID for further control.
Instructions
Open a new browser tab with the specified URL. Defaults to opening in the background so the user is not snatched away from the tab they are currently viewing. Returns the new tab ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to open in the new tab | |
| active | No | Whether the new tab should become the active tab. Defaults to false (opens in background). Set to true only when the agent genuinely needs the new tab brought to focus. |