tabs_create
Create a new tab in Chrome by providing a URL, with options for parallel operations via worker ID, custom Chrome profiles, or isolated browser contexts.
Instructions
Create a new tab with URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to open in the new tab | |
| workerId | No | Worker ID for parallel ops. Default: default | |
| profileDirectory | No | Chrome profile directory name (e.g., "Profile 1"). Use list_profiles to see available profiles. Launches a separate Chrome instance for each profile. If omitted, uses the server default. Cannot be combined with workerId. | |
| recall | No | Override OPENCHROME_AUTO_RECALL for this call. true forces domain skill injection; false suppresses it even when the flag is on. | |
| isolatedContext | No | Optional BrowserContext name (#848). Named contexts share one Chrome process but isolate cookies/storage/cache. Created on first use, reused later. Names match [A-Za-z0-9_-]{1,64}; "default" is reserved. |