Delete tmux state; accepts no command payload. Deletes one pane and ends its process.
All Go tools · JSON · Source
Arguments
confirm_selfoptional · boolean- permit ending the pane this MCP process runs in
pane_idrequired · string- the pane id, such as %1
Schemas
The schema defines required fields, nested values, defaults, and validation constraints.
Input schema
{ "additionalProperties": false, "properties": { "confirm_self": { "description": "permit ending the pane this MCP process runs in", "type": "boolean" }, "pane_id": { "description": "the pane id, such as %1", "type": "string" } }, "required": [ "pane_id" ], "type": "object"}Output schema
{ "additionalProperties": false, "properties": { "killed": { "type": "string" }, "windowEnded": { "type": "boolean" } }, "required": [ "killed", "windowEnded" ], "type": "object"}Tool annotations
{ "destructiveHint": true, "openWorldHint": true, "title": "Kill a pane"}