{
  "name": "get_pane_info",
  "wireName": "get_pane_info",
  "source": {
    "repo": "libtmux/libtmux-swift",
    "revision": "254f8b2be7eb60cacc3ffcb3ea8e456784f582df",
    "extractedRevision": "dd646bf5d63b9cf9816d2bb919c31f44cff2bfe4",
    "file": "Sources/LibTmuxMCP/ToolOperation.swift",
    "line": 7
  },
  "description": "Inspect tmux metadata; accepts no client-supplied executable input. Return metadata for one pane.",
  "schemaStatus": "runtime",
  "inputSchema": {
    "additionalProperties": false,
    "properties": {
      "paneId": {
        "description": "Caller-controlled paneId.",
        "type": "string"
      }
    },
    "required": [
      "paneId"
    ],
    "type": "object"
  },
  "outputSchema": {
    "additionalProperties": false,
    "properties": {
      "pane": {
        "additionalProperties": false,
        "properties": {
          "currentCommand": {
            "type": "string"
          },
          "currentPath": {
            "type": "string"
          },
          "height": {
            "type": "integer"
          },
          "id": {
            "type": "string"
          },
          "index": {
            "type": "integer"
          },
          "isActive": {
            "type": "boolean"
          },
          "isAtBottom": {
            "type": "boolean"
          },
          "isAtLeft": {
            "type": "boolean"
          },
          "isAtRight": {
            "type": "boolean"
          },
          "isAtTop": {
            "type": "boolean"
          },
          "isDead": {
            "type": "boolean"
          },
          "isSynchronized": {
            "type": "boolean"
          },
          "modeCount": {
            "type": "integer"
          },
          "ref": {
            "type": "string"
          },
          "width": {
            "type": "integer"
          },
          "windowID": {
            "type": "string"
          }
        },
        "required": [
          "currentCommand",
          "currentPath",
          "height",
          "id",
          "index",
          "isActive",
          "isAtBottom",
          "isAtLeft",
          "isAtRight",
          "isAtTop",
          "isDead",
          "isSynchronized",
          "modeCount",
          "ref",
          "width",
          "windowID"
        ],
        "type": "object"
      }
    },
    "required": [
      "pane"
    ],
    "type": "object"
  },
  "annotations": {
    "destructiveHint": true,
    "idempotentHint": false,
    "openWorldHint": true,
    "readOnlyHint": false,
    "title": "Get pane info"
  },
  "meta": {
    "com.git-pull.libtmux-mcp/capability": {
      "amplifiesFutureInput": false,
      "annotations": {
        "destructiveHint": true,
        "idempotentHint": false,
        "openWorldHint": true,
        "readOnlyHint": false
      },
      "description": "Inspect tmux metadata; accepts no client-supplied executable input. Return metadata for one pane.",
      "inputLiteralization": {},
      "inputSchema": {
        "additionalProperties": false,
        "properties": {
          "paneId": {
            "description": "Caller-controlled paneId.",
            "type": "string"
          }
        },
        "required": [
          "paneId"
        ],
        "type": "object"
      },
      "mayExposeSecrets": true,
      "mayReturnUntrustedContent": true,
      "name": "get_pane_info",
      "nestedAuthority": [],
      "outputClasses": [
        "tmux-metadata"
      ],
      "outputSchema": {
        "additionalProperties": false,
        "properties": {
          "pane": {
            "additionalProperties": false,
            "properties": {
              "currentCommand": {
                "type": "string"
              },
              "currentPath": {
                "type": "string"
              },
              "height": {
                "type": "integer"
              },
              "id": {
                "type": "string"
              },
              "index": {
                "type": "integer"
              },
              "isActive": {
                "type": "boolean"
              },
              "isAtBottom": {
                "type": "boolean"
              },
              "isAtLeft": {
                "type": "boolean"
              },
              "isAtRight": {
                "type": "boolean"
              },
              "isAtTop": {
                "type": "boolean"
              },
              "isDead": {
                "type": "boolean"
              },
              "isSynchronized": {
                "type": "boolean"
              },
              "modeCount": {
                "type": "integer"
              },
              "ref": {
                "type": "string"
              },
              "width": {
                "type": "integer"
              },
              "windowID": {
                "type": "string"
              }
            },
            "required": [
              "currentCommand",
              "currentPath",
              "height",
              "id",
              "index",
              "isActive",
              "isAtBottom",
              "isAtLeft",
              "isAtRight",
              "isAtTop",
              "isDead",
              "isSynchronized",
              "modeCount",
              "ref",
              "width",
              "windowID"
            ],
            "type": "object"
          }
        },
        "required": [
          "pane"
        ],
        "type": "object"
      },
      "processReach": "none",
      "title": "Get pane info",
      "tmuxEffects": [
        "observe"
      ],
      "toolset": "inspect"
    }
  }
}
