{
  "name": "split_window",
  "wireName": "split_window",
  "source": {
    "repo": "libtmux/libtmux-swift",
    "revision": "254f8b2be7eb60cacc3ffcb3ea8e456784f582df",
    "extractedRevision": "dd646bf5d63b9cf9816d2bb919c31f44cff2bfe4",
    "file": "Sources/LibTmuxMCP/ToolOperation.swift",
    "line": 45
  },
  "description": "Start a pane's configured process; accepts no command payload. Create a configured-process pane without accepting command or environment data.",
  "schemaStatus": "runtime",
  "inputSchema": {
    "additionalProperties": false,
    "properties": {
      "direction": {
        "description": "Caller-controlled direction.",
        "enum": [
          "right",
          "left",
          "above",
          "below"
        ],
        "type": "string"
      },
      "paneId": {
        "description": "Caller-controlled paneId.",
        "type": "string"
      },
      "startDirectory": {
        "description": "Caller-controlled startDirectory.",
        "type": "string"
      }
    },
    "required": [
      "paneId"
    ],
    "type": "object"
  },
  "outputSchema": {
    "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"
  },
  "annotations": {
    "destructiveHint": true,
    "idempotentHint": false,
    "openWorldHint": true,
    "readOnlyHint": false,
    "title": "Split window"
  },
  "meta": {
    "com.git-pull.libtmux-mcp/capability": {
      "amplifiesFutureInput": false,
      "annotations": {
        "destructiveHint": true,
        "idempotentHint": false,
        "openWorldHint": true,
        "readOnlyHint": false
      },
      "description": "Start a pane's configured process; accepts no command payload. Create a configured-process pane without accepting command or environment data.",
      "inputLiteralization": {
        "startDirectory": "double-hash-once"
      },
      "inputSchema": {
        "additionalProperties": false,
        "properties": {
          "direction": {
            "description": "Caller-controlled direction.",
            "enum": [
              "right",
              "left",
              "above",
              "below"
            ],
            "type": "string"
          },
          "paneId": {
            "description": "Caller-controlled paneId.",
            "type": "string"
          },
          "startDirectory": {
            "description": "Caller-controlled startDirectory.",
            "type": "string"
          }
        },
        "required": [
          "paneId"
        ],
        "type": "object"
      },
      "mayExposeSecrets": true,
      "mayReturnUntrustedContent": true,
      "name": "split_window",
      "nestedAuthority": [],
      "outputClasses": [
        "tmux-metadata"
      ],
      "outputSchema": {
        "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"
      },
      "processReach": "configured-process",
      "title": "Split window",
      "tmuxEffects": [
        "change",
        "observe"
      ],
      "toolset": "execute"
    }
  }
}
