{
  "name": "list_panes",
  "wireName": "list_panes",
  "source": {
    "repo": "libtmux/libtmux-dotnet",
    "revision": "320dc64f4b8b7815842471327a5e6b84a1499bf8",
    "extractedRevision": "b243b2cf82de4e98e2172aba4f54a52b9c363dc4",
    "file": "src/LibTmux.Mcp/Policy/CapabilityModel.cs",
    "line": 560
  },
  "description": "Inspect tmux metadata; accepts no client-supplied executable input. List tmux panes, optionally within one session or window. Filter for isCaller=true to answer 'which pane am I in?', which finds one only when this server drives the caller's own socket — get_server_info says whose socket that is. This reads sizes and running commands, not terminal text — for that use search_panes.",
  "schemaStatus": "runtime",
  "inputSchema": {
    "additionalProperties": false,
    "properties": {
      "session": {
        "default": null,
        "description": "A session id or name. Omit for every session.",
        "type": [
          "string",
          "null"
        ]
      },
      "windowId": {
        "default": null,
        "description": "A window id. Omit for every window.",
        "type": [
          "string",
          "null"
        ]
      }
    },
    "type": "object"
  },
  "outputSchema": {
    "properties": {
      "result": {
        "items": {
          "properties": {
            "active": {
              "type": "boolean"
            },
            "currentCommand": {
              "type": [
                "string",
                "null"
              ]
            },
            "currentPath": {
              "type": [
                "string",
                "null"
              ]
            },
            "dead": {
              "type": "boolean"
            },
            "height": {
              "type": "integer"
            },
            "historyLimit": {
              "type": [
                "integer",
                "null"
              ]
            },
            "historySize": {
              "type": [
                "integer",
                "null"
              ]
            },
            "index": {
              "type": "integer"
            },
            "inMode": {
              "type": "boolean"
            },
            "isCaller": {
              "type": "boolean"
            },
            "paneId": {
              "type": "string"
            },
            "pid": {
              "type": [
                "integer",
                "null"
              ]
            },
            "sessionId": {
              "type": "string"
            },
            "title": {
              "type": [
                "string",
                "null"
              ]
            },
            "width": {
              "type": "integer"
            },
            "windowId": {
              "type": "string"
            },
            "zoomed": {
              "type": "boolean"
            }
          },
          "required": [
            "paneId",
            "windowId",
            "sessionId",
            "index",
            "width",
            "height",
            "title",
            "active",
            "dead",
            "zoomed",
            "inMode",
            "currentCommand",
            "currentPath",
            "pid",
            "historySize",
            "historyLimit",
            "isCaller"
          ],
          "type": "object"
        },
        "type": "array"
      }
    },
    "required": [
      "result"
    ],
    "type": "object"
  },
  "annotations": {
    "destructiveHint": true,
    "idempotentHint": false,
    "openWorldHint": true,
    "readOnlyHint": false,
    "title": "List panes"
  },
  "meta": {
    "com.git-pull.libtmux-mcp/capability": {
      "amplifiesFutureInput": false,
      "inputLiteralization": {},
      "mayExposeSecrets": false,
      "mayReturnUntrustedContent": false,
      "name": "list_panes",
      "nestedAuthority": [],
      "outputClasses": [
        "tmux-metadata"
      ],
      "processReach": "none",
      "tmuxEffects": [
        "observe"
      ],
      "toolset": "inspect"
    }
  }
}
