{
  "name": "list_panes",
  "wireName": "list_panes",
  "source": {
    "repo": "libtmux/libtmux-cxx",
    "revision": "393d4b0ad666f18a6581f1eb281741a75a7503f0",
    "extractedRevision": "4665d2b15f76200c1caa65978d79e595541f7a90",
    "file": "apps/mcp/src/tool_catalog.cpp",
    "line": 1706
  },
  "description": "List every pane with stable pane, window, and session IDs. Inspect tmux metadata; accepts no client-supplied executable input.",
  "schemaStatus": "runtime",
  "inputSchema": {
    "additionalProperties": false,
    "properties": {},
    "required": [],
    "type": "object"
  },
  "outputSchema": {
    "additionalProperties": false,
    "properties": {
      "panes": {
        "items": {
          "additionalProperties": false,
          "properties": {
            "active": {
              "type": "boolean"
            },
            "command": {
              "type": "string"
            },
            "dead": {
              "type": "boolean"
            },
            "height": {
              "minimum": 0,
              "type": "integer"
            },
            "id": {
              "pattern": "^%[0-9]+$",
              "type": "string"
            },
            "index": {
              "minimum": 0,
              "type": "integer"
            },
            "path": {
              "type": "string"
            },
            "pid": {
              "minimum": 0,
              "type": "integer"
            },
            "session_id": {
              "pattern": "^\\$[0-9]+$",
              "type": "string"
            },
            "title": {
              "type": "string"
            },
            "width": {
              "minimum": 0,
              "type": "integer"
            },
            "window_id": {
              "pattern": "^@[0-9]+$",
              "type": "string"
            }
          },
          "required": [
            "active",
            "command",
            "dead",
            "height",
            "id",
            "index",
            "path",
            "pid",
            "session_id",
            "title",
            "width",
            "window_id"
          ],
          "type": "object"
        },
        "type": "array"
      }
    },
    "required": [
      "panes"
    ],
    "type": "object"
  },
  "annotations": {
    "destructiveHint": true,
    "idempotentHint": false,
    "openWorldHint": true,
    "readOnlyHint": false,
    "title": "List tmux panes"
  },
  "meta": {
    "com.git-pull.libtmux-mcp/capability": {
      "amplifiesFutureInput": false,
      "inputLiteralization": {},
      "mayExposeSecrets": false,
      "mayReturnUntrustedContent": false,
      "nestedAuthority": [],
      "outputClasses": [
        "tmux-metadata"
      ],
      "processReach": "none",
      "tmuxEffects": [
        "observe"
      ],
      "toolset": "inspect"
    }
  }
}
