{
  "name": "send_keys",
  "wireName": "send_keys",
  "source": {
    "repo": "libtmux/libtmux-swift",
    "revision": "254f8b2be7eb60cacc3ffcb3ea8e456784f582df",
    "extractedRevision": "dd646bf5d63b9cf9816d2bb919c31f44cff2bfe4",
    "file": "Sources/LibTmuxMCP/ToolOperation.swift",
    "line": 42
  },
  "description": "Send input to a pane's program; a shell that receives it runs it with your user's permissions. Send keys after checking the effective synchronized-pane cohort.",
  "schemaStatus": "runtime",
  "inputSchema": {
    "additionalProperties": false,
    "properties": {
      "enter": {
        "description": "Caller-controlled enter.",
        "type": "boolean"
      },
      "force": {
        "description": "Caller-controlled force.",
        "type": "boolean"
      },
      "keys": {
        "description": "Caller-controlled keys.",
        "items": {
          "type": "string"
        },
        "type": "array"
      },
      "literal": {
        "description": "Caller-controlled literal.",
        "type": "boolean"
      },
      "paneId": {
        "description": "Caller-controlled paneId.",
        "type": "string"
      }
    },
    "required": [
      "keys",
      "paneId"
    ],
    "type": "object"
  },
  "outputSchema": {
    "additionalProperties": false,
    "properties": {
      "keys": {
        "items": {
          "type": "string"
        },
        "type": "array"
      },
      "pane": {
        "type": "string"
      },
      "paneRef": {
        "type": "string"
      },
      "resolvedPaneIds": {
        "items": {
          "type": "string"
        },
        "type": "array"
      }
    },
    "required": [
      "keys",
      "pane",
      "paneRef",
      "resolvedPaneIds"
    ],
    "type": "object"
  },
  "annotations": {
    "destructiveHint": true,
    "idempotentHint": false,
    "openWorldHint": true,
    "readOnlyHint": false,
    "title": "Send keys"
  },
  "meta": {
    "com.git-pull.libtmux-mcp/capability": {
      "amplifiesFutureInput": false,
      "annotations": {
        "destructiveHint": true,
        "idempotentHint": false,
        "openWorldHint": true,
        "readOnlyHint": false
      },
      "description": "Send input to a pane's program; a shell that receives it runs it with your user's permissions. Send keys after checking the effective synchronized-pane cohort.",
      "inputLiteralization": {},
      "inputSchema": {
        "additionalProperties": false,
        "properties": {
          "enter": {
            "description": "Caller-controlled enter.",
            "type": "boolean"
          },
          "force": {
            "description": "Caller-controlled force.",
            "type": "boolean"
          },
          "keys": {
            "description": "Caller-controlled keys.",
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "literal": {
            "description": "Caller-controlled literal.",
            "type": "boolean"
          },
          "paneId": {
            "description": "Caller-controlled paneId.",
            "type": "string"
          }
        },
        "required": [
          "keys",
          "paneId"
        ],
        "type": "object"
      },
      "mayExposeSecrets": true,
      "mayReturnUntrustedContent": true,
      "name": "send_keys",
      "nestedAuthority": [],
      "outputClasses": [
        "tmux-metadata"
      ],
      "outputSchema": {
        "additionalProperties": false,
        "properties": {
          "keys": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "pane": {
            "type": "string"
          },
          "paneRef": {
            "type": "string"
          },
          "resolvedPaneIds": {
            "items": {
              "type": "string"
            },
            "type": "array"
          }
        },
        "required": [
          "keys",
          "pane",
          "paneRef",
          "resolvedPaneIds"
        ],
        "type": "object"
      },
      "processReach": "pane-input",
      "title": "Send keys",
      "tmuxEffects": [
        "change",
        "observe"
      ],
      "toolset": "execute"
    }
  }
}
