Kill a window, closing it in every session that links it. Delete tmux state; accepts no command payload.
All Rust tools · JSON · Source
Arguments
windowrequired · string- The `@`-prefixed window id, as `list_windows` reports it.
Schemas
The schema defines required fields, nested values, defaults, and validation constraints.
Input schema
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "window": { "description": "The `@`-prefixed window id, as `list_windows` reports it.", "type": "string" } }, "required": [ "window" ], "type": "object"}Output schema
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "properties": { "id": { "description": "The id of what was destroyed.", "type": "string" } }, "required": [ "id" ], "type": "object"}Tool annotations
{ "destructiveHint": true, "idempotentHint": true, "openWorldHint": false, "readOnlyHint": false, "title": "Kill Window"}