browser_cleanup_workspace
Close a Chrome tab group and its window, optionally keeping a blank tab for reuse. Remove leftover groups by exact title or prefix to keep the workspace organized.
Instructions
Close tabs for a task group (removes the Chrome tab group). Optionally keep the dedicated window with one about:blank for reuse. Can also close leftover groups whose titles match prefixes (junk cleanup).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | No | Task / tab group name to clean | |
| keep_window | No | Keep dedicated window with one blank tab (default true) | |
| close_titles | No | Also close groups with these exact titles | |
| close_title_prefixes | No | Also close any Chrome tab groups whose title starts with these prefixes (e.g. ["sync-","refresh-"]) |