{
  "name": "split_window",
  "wireName": "split_window",
  "source": {
    "repo": "libtmux/libtmux-go",
    "revision": "52968a3181c1c9e6d1b26c565d4b170968ae61c0",
    "extractedRevision": "52968a3181c1c9e6d1b26c565d4b170968ae61c0",
    "file": "mcp/manifest_catalog.go",
    "line": 466
  },
  "description": "Start a pane's configured process; accepts no command payload. Creates a pane whose configured process starts after the split.",
  "schemaStatus": "runtime",
  "inputSchema": {
    "additionalProperties": false,
    "properties": {
      "direction": {
        "description": "below, above, left, or right",
        "enum": [
          "",
          "below",
          "above",
          "right",
          "left"
        ],
        "type": "string"
      },
      "pane_id": {
        "description": "the pane id, such as %1",
        "type": "string"
      },
      "percent": {
        "description": "share of the split occupied by the new pane",
        "type": "integer"
      },
      "start_directory": {
        "description": "an absolute literal start directory",
        "type": "string"
      }
    },
    "required": [
      "pane_id"
    ],
    "type": "object"
  },
  "outputSchema": {
    "additionalProperties": false,
    "properties": {
      "paneId": {
        "type": "string"
      }
    },
    "required": [
      "paneId"
    ],
    "type": "object"
  },
  "annotations": {
    "destructiveHint": true,
    "openWorldHint": true,
    "title": "Split a 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. Creates a pane whose configured process starts after the split.",
      "inputLiteralization": {
        "start_directory": "double-hash-once"
      },
      "inputSchema": {
        "additionalProperties": false,
        "properties": {
          "direction": {
            "description": "below, above, left, or right",
            "enum": [
              "",
              "below",
              "above",
              "right",
              "left"
            ],
            "type": "string"
          },
          "pane_id": {
            "description": "the pane id, such as %1",
            "type": "string"
          },
          "percent": {
            "description": "share of the split occupied by the new pane",
            "type": "integer"
          },
          "start_directory": {
            "description": "an absolute literal start directory",
            "type": "string"
          }
        },
        "required": [
          "pane_id"
        ],
        "type": "object"
      },
      "mayExposeSecrets": false,
      "mayReturnUntrustedContent": true,
      "name": "split_window",
      "nestedAuthority": null,
      "outputClasses": [
        "tmux-metadata"
      ],
      "outputSchema": {
        "additionalProperties": false,
        "properties": {
          "paneId": {
            "type": "string"
          }
        },
        "required": [
          "paneId"
        ],
        "type": "object"
      },
      "processReach": "configured-process",
      "title": "Split a window",
      "tmuxEffects": [
        "observe",
        "change"
      ],
      "toolset": "execute"
    }
  }
}
