{
  "name": "send_keys_batch",
  "wireName": "send_keys_batch",
  "source": {
    "repo": "libtmux/libtmux-java",
    "revision": "842228310449e879ebcaa3f910597757c9dbffd6",
    "extractedRevision": "a960145afeefb340d85ea76ea0d62c29517b1c85",
    "file": "libtmux-mcp/src/main/java/io/github/libtmux/mcp/Catalog.java",
    "line": 833
  },
  "description": "Sends up to sixty-four ordered pane-input operations, resolving and guarding the configured effective cohort separately for each ordered operation. A later policy or dispatch failure retains observed membership. Send input to a pane's program; a shell that receives it runs it with your user's permissions.",
  "schemaStatus": "runtime",
  "inputSchema": {
    "additionalProperties": false,
    "properties": {
      "onError": {
        "description": "stop or continue; defaults to stop.",
        "type": "string"
      },
      "operations": {
        "description": "Objects with pane_id, keys and optional literal and enter fields.",
        "items": {
          "type": "object"
        },
        "maxItems": 64,
        "type": "array"
      }
    },
    "required": [
      "operations"
    ],
    "type": "object"
  },
  "outputSchema": {
    "additionalProperties": false,
    "properties": {
      "completed": {
        "type": "integer"
      },
      "results": {
        "items": {
          "additionalProperties": false,
          "properties": {
            "error": {
              "type": "string"
            },
            "index": {
              "type": "integer"
            },
            "pane_id": {
              "type": "string"
            },
            "resolved_pane_ids": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "success": {
              "type": "boolean"
            }
          },
          "required": [
            "index",
            "pane_id",
            "resolved_pane_ids",
            "success"
          ],
          "type": "object"
        },
        "type": "array"
      }
    },
    "required": [
      "results",
      "completed"
    ],
    "type": "object"
  },
  "annotations": {
    "destructiveHint": true,
    "idempotentHint": false,
    "openWorldHint": true,
    "readOnlyHint": false,
    "title": "Send keys in a batch"
  },
  "meta": {
    "com.git-pull.libtmux-mcp/capability": {
      "amplifiesFutureInput": false,
      "annotations": {
        "destructiveHint": true,
        "idempotentHint": false,
        "openWorldHint": true,
        "readOnlyHint": false
      },
      "description": "Sends up to sixty-four ordered pane-input operations, resolving and guarding the configured effective cohort separately for each ordered operation. A later policy or dispatch failure retains observed membership. Send input to a pane's program; a shell that receives it runs it with your user's permissions.",
      "inputLiteralization": {},
      "inputSchema": {
        "additionalProperties": false,
        "properties": {
          "onError": {
            "description": "stop or continue; defaults to stop.",
            "type": "string"
          },
          "operations": {
            "description": "Objects with pane_id, keys and optional literal and enter fields.",
            "items": {
              "type": "object"
            },
            "maxItems": 64,
            "type": "array"
          }
        },
        "required": [
          "operations"
        ],
        "type": "object"
      },
      "mayExposeSecrets": true,
      "mayReturnUntrustedContent": true,
      "name": "send_keys_batch",
      "nestedAuthority": [],
      "outputClasses": [
        "tmux-metadata"
      ],
      "outputSchema": {
        "additionalProperties": false,
        "properties": {
          "completed": {
            "type": "integer"
          },
          "results": {
            "items": {
              "additionalProperties": false,
              "properties": {
                "error": {
                  "type": "string"
                },
                "index": {
                  "type": "integer"
                },
                "pane_id": {
                  "type": "string"
                },
                "resolved_pane_ids": {
                  "items": {
                    "type": "string"
                  },
                  "type": "array"
                },
                "success": {
                  "type": "boolean"
                }
              },
              "required": [
                "index",
                "pane_id",
                "resolved_pane_ids",
                "success"
              ],
              "type": "object"
            },
            "type": "array"
          }
        },
        "required": [
          "results",
          "completed"
        ],
        "type": "object"
      },
      "processReach": "pane-input",
      "title": "Send keys in a batch",
      "tmuxEffects": [
        "observe",
        "change"
      ],
      "toolset": "execute"
    }
  }
}
