{
  "name": "paste_text",
  "wireName": "paste_text",
  "source": {
    "repo": "libtmux/libtmux-swift",
    "revision": "254f8b2be7eb60cacc3ffcb3ea8e456784f582df",
    "extractedRevision": "dd646bf5d63b9cf9816d2bb919c31f44cff2bfe4",
    "file": "Sources/LibTmuxMCP/ToolOperation.swift",
    "line": 39
  },
  "description": "Send input to a pane's program; a shell that receives it runs it with your user's permissions. Paste literal text and an optional newline target-only after two state checks.",
  "schemaStatus": "runtime",
  "inputSchema": {
    "additionalProperties": false,
    "properties": {
      "enter": {
        "description": "Caller-controlled enter.",
        "type": "boolean"
      },
      "force": {
        "description": "Caller-controlled force.",
        "type": "boolean"
      },
      "paneId": {
        "description": "Caller-controlled paneId.",
        "type": "string"
      },
      "text": {
        "description": "Caller-controlled text.",
        "type": "string"
      }
    },
    "required": [
      "paneId",
      "text"
    ],
    "type": "object"
  },
  "outputSchema": {
    "additionalProperties": false,
    "properties": {
      "characters": {
        "type": "integer"
      },
      "pane": {
        "type": "string"
      },
      "paneRef": {
        "type": "string"
      }
    },
    "required": [
      "characters",
      "pane",
      "paneRef"
    ],
    "type": "object"
  },
  "annotations": {
    "destructiveHint": true,
    "idempotentHint": false,
    "openWorldHint": true,
    "readOnlyHint": false,
    "title": "Paste text"
  },
  "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. Paste literal text and an optional newline target-only after two state checks.",
      "inputLiteralization": {},
      "inputSchema": {
        "additionalProperties": false,
        "properties": {
          "enter": {
            "description": "Caller-controlled enter.",
            "type": "boolean"
          },
          "force": {
            "description": "Caller-controlled force.",
            "type": "boolean"
          },
          "paneId": {
            "description": "Caller-controlled paneId.",
            "type": "string"
          },
          "text": {
            "description": "Caller-controlled text.",
            "type": "string"
          }
        },
        "required": [
          "paneId",
          "text"
        ],
        "type": "object"
      },
      "mayExposeSecrets": true,
      "mayReturnUntrustedContent": true,
      "name": "paste_text",
      "nestedAuthority": [],
      "outputClasses": [
        "tmux-metadata"
      ],
      "outputSchema": {
        "additionalProperties": false,
        "properties": {
          "characters": {
            "type": "integer"
          },
          "pane": {
            "type": "string"
          },
          "paneRef": {
            "type": "string"
          }
        },
        "required": [
          "characters",
          "pane",
          "paneRef"
        ],
        "type": "object"
      },
      "processReach": "pane-input",
      "title": "Paste text",
      "tmuxEffects": [
        "change",
        "observe"
      ],
      "toolset": "execute"
    }
  }
}
