{
  "name": "list_panes",
  "wireName": "list_panes",
  "source": {
    "repo": "libtmux/libtmux-java",
    "revision": "842228310449e879ebcaa3f910597757c9dbffd6",
    "extractedRevision": "a960145afeefb340d85ea76ea0d62c29517b1c85",
    "file": "libtmux-mcp/src/main/java/io/github/libtmux/mcp/Catalog.java",
    "line": 194
  },
  "description": "Lists pane metadata and stable pane IDs. Inspect tmux metadata; accepts no client-supplied executable input.",
  "schemaStatus": "runtime",
  "inputSchema": {
    "additionalProperties": false,
    "properties": {},
    "required": [],
    "type": "object"
  },
  "outputSchema": {
    "additionalProperties": false,
    "properties": {
      "count": {
        "type": "integer"
      },
      "note": {
        "type": "string"
      },
      "panes": {
        "items": {
          "additionalProperties": false,
          "properties": {
            "active": {
              "type": "boolean"
            },
            "caller": {
              "type": "boolean"
            },
            "command": {
              "type": "string"
            },
            "id": {
              "type": "string"
            },
            "path": {
              "type": "string"
            },
            "session": {
              "type": "string"
            },
            "size": {
              "type": "string"
            },
            "window": {
              "type": "string"
            },
            "window_id": {
              "type": "string"
            }
          },
          "required": [
            "id",
            "session",
            "window",
            "window_id",
            "command",
            "path",
            "size",
            "active"
          ],
          "type": "object"
        },
        "type": "array"
      }
    },
    "required": [
      "count",
      "panes"
    ],
    "type": "object"
  },
  "annotations": {
    "destructiveHint": true,
    "idempotentHint": false,
    "openWorldHint": true,
    "readOnlyHint": false,
    "title": "List panes"
  },
  "meta": {
    "com.git-pull.libtmux-mcp/capability": {
      "amplifiesFutureInput": false,
      "annotations": {
        "destructiveHint": true,
        "idempotentHint": false,
        "openWorldHint": true,
        "readOnlyHint": false
      },
      "description": "Lists pane metadata and stable pane IDs. Inspect tmux metadata; accepts no client-supplied executable input.",
      "inputLiteralization": {},
      "inputSchema": {
        "additionalProperties": false,
        "properties": {},
        "required": [],
        "type": "object"
      },
      "mayExposeSecrets": true,
      "mayReturnUntrustedContent": true,
      "name": "list_panes",
      "nestedAuthority": [],
      "outputClasses": [
        "tmux-metadata"
      ],
      "outputSchema": {
        "additionalProperties": false,
        "properties": {
          "count": {
            "type": "integer"
          },
          "note": {
            "type": "string"
          },
          "panes": {
            "items": {
              "additionalProperties": false,
              "properties": {
                "active": {
                  "type": "boolean"
                },
                "caller": {
                  "type": "boolean"
                },
                "command": {
                  "type": "string"
                },
                "id": {
                  "type": "string"
                },
                "path": {
                  "type": "string"
                },
                "session": {
                  "type": "string"
                },
                "size": {
                  "type": "string"
                },
                "window": {
                  "type": "string"
                },
                "window_id": {
                  "type": "string"
                }
              },
              "required": [
                "id",
                "session",
                "window",
                "window_id",
                "command",
                "path",
                "size",
                "active"
              ],
              "type": "object"
            },
            "type": "array"
          }
        },
        "required": [
          "count",
          "panes"
        ],
        "type": "object"
      },
      "processReach": "none",
      "title": "List panes",
      "tmuxEffects": [
        "observe"
      ],
      "toolset": "inspect"
    }
  }
}
