Inspect tmux metadata; accepts no client-supplied executable input. Lists pane metadata and stable pane IDs.
All Go tools · JSON · Source
Arguments
This tool has no top-level named arguments. Consult its schema below.
Schemas
The schema defines required fields, nested values, defaults, and validation constraints.
Input schema
{ "additionalProperties": false, "type": "object"}Output schema
{ "additionalProperties": false, "properties": { "panes": { "items": { "additionalProperties": false, "properties": { "active": { "type": "boolean" }, "currentCommand": { "type": "string" }, "geometry": { "additionalProperties": false, "properties": { "height": { "type": "integer" }, "left": { "type": "integer" }, "top": { "type": "integer" }, "width": { "type": "integer" } }, "required": [ "left", "top", "width", "height" ], "type": "object" }, "id": { "type": "string" }, "index": { "type": "integer" }, "isCaller": { "type": [ "null", "boolean" ] }, "session": { "type": "string" }, "status": { "additionalProperties": false, "properties": { "dead": { "type": "boolean" }, "exitStatus": { "type": [ "null", "integer" ] }, "historyLines": { "type": "integer" }, "inMode": { "type": "boolean" }, "path": { "type": "string" }, "title": { "type": "string" } }, "required": [ "dead", "historyLines", "inMode" ], "type": [ "null", "object" ] }, "window": { "type": "string" }, "windowId": { "type": "string" } }, "required": [ "id", "session", "window", "windowId", "index", "currentCommand", "active", "geometry", "isCaller" ], "type": "object" }, "type": [ "array" ] }, "serverNote": { "type": "string" }, "skipped": { "type": "integer" }, "total": { "type": "integer" } }, "required": [ "panes", "total" ], "type": "object"}Tool annotations
{ "destructiveHint": true, "openWorldHint": true, "title": "List panes"}