pmux_close_tab
Close a tab in the specified workspace and tab ID. Returns a boolean indicating success, skipping tmux kill for browser tabs.
Instructions
Close a tab. Returns the real { ok:boolean } body (surfaced faithfully; the CLI would hide it). For web-browser tabs the tmux kill is skipped.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tabId | Yes | Target tab id (from pmux_list_tabs / pmux_create_tab). | |
| workspaceId | Yes | Target workspace id (from pmux_list_workspaces). |