chrome_tab
Manage Chrome tabs in your existing profile: list, create, activate, close, group, or ungroup tabs by URL or title matching.
Instructions
List, create, activate, close, group, ungroup, or inspect tabs in the user's existing Chrome profile. New/grouped tabs join this session's tab group. activate/close/group/ungroup require a target (targetId/urlIncludes/titleIncludes); with no target they act on this session's automation tab if one exists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | URL for action=new. | |
| action | Yes | ||
| targetId | No | Chrome tab id to target. | |
| background | No | If true, avoid explicit Chrome focus/tab activation (default). Pass false to allow foreground work. | |
| groupColor | No | Tab group color for action=group/new: grey, blue, red, yellow, green, pink, purple, cyan, or orange. Defaults to blue. | |
| urlIncludes | No | Match the target tab by URL substring. | |
| titleIncludes | No | Match the target tab by title substring. |