Delete tmux state; accepts no command payload. Delete one window and every pane it owns.
All Swift tools · JSON · Source
Arguments
forceoptional · boolean- Caller-controlled force.
windowIdrequired · string- Caller-controlled windowId.
Schemas
The schema defines required fields, nested values, defaults, and validation constraints.
Input schema
{ "additionalProperties": false, "properties": { "force": { "description": "Caller-controlled force.", "type": "boolean" }, "windowId": { "description": "Caller-controlled windowId.", "type": "string" } }, "required": [ "windowId" ], "type": "object"}Output schema
{ "additionalProperties": false, "properties": { "deleted": { "type": "boolean" }, "windowId": { "type": "string" } }, "required": [ "deleted", "windowId" ], "type": "object"}Tool annotations
{ "destructiveHint": true, "idempotentHint": false, "openWorldHint": true, "readOnlyHint": false, "title": "Kill window"}