{
  "name": "get_pane_info",
  "wireName": "get_pane_info",
  "source": {
    "repo": "libtmux/libtmux-dotnet",
    "revision": "320dc64f4b8b7815842471327a5e6b84a1499bf8",
    "extractedRevision": "b243b2cf82de4e98e2172aba4f54a52b9c363dc4",
    "file": "src/LibTmux.Mcp/Policy/CapabilityModel.cs",
    "line": 564
  },
  "description": "Inspect tmux metadata; accepts no client-supplied executable input. Get pane info.",
  "schemaStatus": "runtime",
  "inputSchema": {
    "additionalProperties": false,
    "properties": {
      "paneId": {
        "description": "A pane id.",
        "type": "string"
      }
    },
    "required": [
      "paneId"
    ],
    "type": "object"
  },
  "outputSchema": {
    "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"
  },
  "annotations": {
    "destructiveHint": true,
    "idempotentHint": false,
    "openWorldHint": true,
    "readOnlyHint": false,
    "title": "Get pane info"
  },
  "meta": {
    "com.git-pull.libtmux-mcp/capability": {
      "amplifiesFutureInput": false,
      "inputLiteralization": {},
      "mayExposeSecrets": false,
      "mayReturnUntrustedContent": false,
      "name": "get_pane_info",
      "nestedAuthority": [],
      "outputClasses": [
        "tmux-metadata"
      ],
      "processReach": "none",
      "tmuxEffects": [
        "observe"
      ],
      "toolset": "inspect"
    }
  }
}
