{
  "name": "split_window",
  "wireName": "split_window",
  "source": {
    "repo": "libtmux/libtmux-java",
    "revision": "842228310449e879ebcaa3f910597757c9dbffd6",
    "extractedRevision": "a960145afeefb340d85ea76ea0d62c29517b1c85",
    "file": "libtmux-mcp/src/main/java/io/github/libtmux/mcp/Catalog.java",
    "line": 731
  },
  "description": "Creates a pane whose configured process starts after the split. Start a pane's configured process; accepts no command payload.",
  "schemaStatus": "runtime",
  "inputSchema": {
    "additionalProperties": false,
    "properties": {
      "direction": {
        "description": "below, above, left or right.",
        "type": "string"
      },
      "pane_id": {
        "description": "The pane to act on, such as %1. Every listing tool returns these.",
        "type": "string"
      },
      "percent": {
        "default": 50,
        "description": "Share of the split occupied by the new pane. Defaults to 50.",
        "type": "integer"
      },
      "start_directory": {
        "description": "An absolute literal start directory.",
        "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": "Split a window"
  },
  "meta": {
    "com.git-pull.libtmux-mcp/capability": {
      "amplifiesFutureInput": false,
      "annotations": {
        "destructiveHint": true,
        "idempotentHint": false,
        "openWorldHint": true,
        "readOnlyHint": false
      },
      "description": "Creates a pane whose configured process starts after the split. Start a pane's configured process; accepts no command payload.",
      "inputLiteralization": {
        "start_directory": "double-hash-once"
      },
      "inputSchema": {
        "additionalProperties": false,
        "properties": {
          "direction": {
            "description": "below, above, left or right.",
            "type": "string"
          },
          "pane_id": {
            "description": "The pane to act on, such as %1. Every listing tool returns these.",
            "type": "string"
          },
          "percent": {
            "default": 50,
            "description": "Share of the split occupied by the new pane. Defaults to 50.",
            "type": "integer"
          },
          "start_directory": {
            "description": "An absolute literal start directory.",
            "type": "string"
          }
        },
        "required": [
          "pane_id"
        ],
        "type": "object"
      },
      "mayExposeSecrets": true,
      "mayReturnUntrustedContent": true,
      "name": "split_window",
      "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": "configured-process",
      "title": "Split a window",
      "tmuxEffects": [
        "observe",
        "change"
      ],
      "toolset": "execute"
    }
  }
}
