{
  "name": "send_keys",
  "wireName": "send_keys",
  "source": {
    "repo": "libtmux/libtmux-go",
    "revision": "52968a3181c1c9e6d1b26c565d4b170968ae61c0",
    "extractedRevision": "52968a3181c1c9e6d1b26c565d4b170968ae61c0",
    "file": "mcp/manifest_catalog.go",
    "line": 504
  },
  "description": "Send input to a pane's program; a shell that receives it runs it with your user's permissions. Sends keys to a pane and to every pane synchronize-panes links it with; the ids reported are the panes checked before sending, not proof that each one received the keys.",
  "schemaStatus": "runtime",
  "inputSchema": {
    "additionalProperties": false,
    "properties": {
      "enter": {
        "description": "press Enter after keys, as a real key press, to submit them",
        "type": "boolean"
      },
      "keys": {
        "description": "key names or literal strings to send; do not put \"Enter\" here when literal is true, it types the five letters - set enter instead",
        "items": {
          "type": "string"
        },
        "type": [
          "null",
          "array"
        ]
      },
      "literal": {
        "description": "send strings literally instead of as key names",
        "type": "boolean"
      },
      "pane_id": {
        "description": "the pane id, such as %1",
        "type": "string"
      }
    },
    "required": [
      "pane_id",
      "keys"
    ],
    "type": "object"
  },
  "outputSchema": {
    "additionalProperties": false,
    "properties": {
      "pane_id": {
        "type": "string"
      },
      "resolved_pane_ids": {
        "items": {
          "type": "string"
        },
        "type": [
          "array"
        ]
      },
      "sent": {
        "type": "integer"
      }
    },
    "required": [
      "pane_id",
      "resolved_pane_ids",
      "sent"
    ],
    "type": "object"
  },
  "annotations": {
    "destructiveHint": true,
    "openWorldHint": true,
    "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. Sends keys to a pane and to every pane synchronize-panes links it with; the ids reported are the panes checked before sending, not proof that each one received the keys.",
      "inputLiteralization": {},
      "inputSchema": {
        "additionalProperties": false,
        "properties": {
          "enter": {
            "description": "press Enter after keys, as a real key press, to submit them",
            "type": "boolean"
          },
          "keys": {
            "description": "key names or literal strings to send; do not put \"Enter\" here when literal is true, it types the five letters - set enter instead",
            "items": {
              "type": "string"
            },
            "type": [
              "null",
              "array"
            ]
          },
          "literal": {
            "description": "send strings literally instead of as key names",
            "type": "boolean"
          },
          "pane_id": {
            "description": "the pane id, such as %1",
            "type": "string"
          }
        },
        "required": [
          "pane_id",
          "keys"
        ],
        "type": "object"
      },
      "mayExposeSecrets": false,
      "mayReturnUntrustedContent": true,
      "name": "send_keys",
      "nestedAuthority": null,
      "outputClasses": [
        "tmux-metadata"
      ],
      "outputSchema": {
        "additionalProperties": false,
        "properties": {
          "pane_id": {
            "type": "string"
          },
          "resolved_pane_ids": {
            "items": {
              "type": "string"
            },
            "type": [
              "array"
            ]
          },
          "sent": {
            "type": "integer"
          }
        },
        "required": [
          "pane_id",
          "resolved_pane_ids",
          "sent"
        ],
        "type": "object"
      },
      "processReach": "pane-input",
      "title": "Send keys",
      "tmuxEffects": [
        "observe",
        "change"
      ],
      "toolset": "execute"
    }
  }
}
