{
  "name": "get_pane_info",
  "wireName": "get_pane_info",
  "source": {
    "repo": "libtmux/libtmux-java",
    "revision": "842228310449e879ebcaa3f910597757c9dbffd6",
    "extractedRevision": "a960145afeefb340d85ea76ea0d62c29517b1c85",
    "file": "libtmux-mcp/src/main/java/io/github/libtmux/mcp/Catalog.java",
    "line": 241
  },
  "description": "Returns metadata for one pane. Inspect tmux metadata; accepts no client-supplied executable input.",
  "schemaStatus": "runtime",
  "inputSchema": {
    "additionalProperties": false,
    "properties": {
      "pane_id": {
        "description": "The pane to act on, such as %1. Every listing tool returns these.",
        "type": "string"
      }
    },
    "required": [
      "pane_id"
    ],
    "type": "object"
  },
  "outputSchema": {
    "additionalProperties": false,
    "properties": {
      "active": {
        "type": "boolean"
      },
      "command": {
        "type": "string"
      },
      "id": {
        "type": "string"
      },
      "index": {
        "type": "integer"
      },
      "path": {
        "type": "string"
      },
      "session_id": {
        "type": "string"
      },
      "size": {
        "type": "string"
      },
      "title": {
        "type": "string"
      },
      "window_id": {
        "type": "string"
      }
    },
    "required": [
      "id",
      "index",
      "window_id",
      "session_id",
      "active",
      "command",
      "path",
      "title",
      "size"
    ],
    "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": "Returns metadata for one pane. Inspect tmux metadata; accepts no client-supplied executable input.",
      "inputLiteralization": {},
      "inputSchema": {
        "additionalProperties": false,
        "properties": {
          "pane_id": {
            "description": "The pane to act on, such as %1. Every listing tool returns these.",
            "type": "string"
          }
        },
        "required": [
          "pane_id"
        ],
        "type": "object"
      },
      "mayExposeSecrets": true,
      "mayReturnUntrustedContent": true,
      "name": "get_pane_info",
      "nestedAuthority": [],
      "outputClasses": [
        "tmux-metadata"
      ],
      "outputSchema": {
        "additionalProperties": false,
        "properties": {
          "active": {
            "type": "boolean"
          },
          "command": {
            "type": "string"
          },
          "id": {
            "type": "string"
          },
          "index": {
            "type": "integer"
          },
          "path": {
            "type": "string"
          },
          "session_id": {
            "type": "string"
          },
          "size": {
            "type": "string"
          },
          "title": {
            "type": "string"
          },
          "window_id": {
            "type": "string"
          }
        },
        "required": [
          "id",
          "index",
          "window_id",
          "session_id",
          "active",
          "command",
          "path",
          "title",
          "size"
        ],
        "type": "object"
      },
      "processReach": "none",
      "title": "Get pane info",
      "tmuxEffects": [
        "observe"
      ],
      "toolset": "inspect"
    }
  }
}
