{
  "name": "paste_text",
  "wireName": "paste_text",
  "source": {
    "repo": "libtmux/libtmux-java",
    "revision": "842228310449e879ebcaa3f910597757c9dbffd6",
    "extractedRevision": "a960145afeefb340d85ea76ea0d62c29517b1c85",
    "file": "libtmux-mcp/src/main/java/io/github/libtmux/mcp/Catalog.java",
    "line": 854
  },
  "description": "Pastes one literal text block into one target pane through an ephemeral buffer; paste-buffer input does not fan out to synchronized peers. The target cannot be caller or attended. 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": {
      "enter": {
        "default": false,
        "description": "Append a newline that submits the text. Defaults to false.",
        "type": "boolean"
      },
      "pane_id": {
        "description": "The pane to act on, such as %1. Every listing tool returns these.",
        "type": "string"
      },
      "text": {
        "description": "The literal text to paste.",
        "type": "string"
      }
    },
    "required": [
      "pane_id",
      "text"
    ],
    "type": "object"
  },
  "outputSchema": {
    "additionalProperties": false,
    "properties": {
      "characters": {
        "type": "integer"
      },
      "lines": {
        "type": "integer"
      },
      "note": {
        "type": "string"
      },
      "pane_id": {
        "type": "string"
      }
    },
    "required": [
      "pane_id",
      "characters",
      "lines"
    ],
    "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": "Pastes one literal text block into one target pane through an ephemeral buffer; paste-buffer input does not fan out to synchronized peers. The target cannot be caller or attended. Send input to a pane's program; a shell that receives it runs it with your user's permissions.",
      "inputLiteralization": {},
      "inputSchema": {
        "additionalProperties": false,
        "properties": {
          "enter": {
            "default": false,
            "description": "Append a newline that submits the text. Defaults to false.",
            "type": "boolean"
          },
          "pane_id": {
            "description": "The pane to act on, such as %1. Every listing tool returns these.",
            "type": "string"
          },
          "text": {
            "description": "The literal text to paste.",
            "type": "string"
          }
        },
        "required": [
          "pane_id",
          "text"
        ],
        "type": "object"
      },
      "mayExposeSecrets": false,
      "mayReturnUntrustedContent": false,
      "name": "paste_text",
      "nestedAuthority": [],
      "outputClasses": [
        "tmux-metadata"
      ],
      "outputSchema": {
        "additionalProperties": false,
        "properties": {
          "characters": {
            "type": "integer"
          },
          "lines": {
            "type": "integer"
          },
          "note": {
            "type": "string"
          },
          "pane_id": {
            "type": "string"
          }
        },
        "required": [
          "pane_id",
          "characters",
          "lines"
        ],
        "type": "object"
      },
      "processReach": "pane-input",
      "title": "Paste text",
      "tmuxEffects": [
        "observe",
        "change"
      ],
      "toolset": "execute"
    }
  }
}
