{
  "name": "paste_text",
  "wireName": "paste_text",
  "source": {
    "repo": "libtmux/libtmux-go",
    "revision": "52968a3181c1c9e6d1b26c565d4b170968ae61c0",
    "extractedRevision": "52968a3181c1c9e6d1b26c565d4b170968ae61c0",
    "file": "mcp/manifest_catalog.go",
    "line": 525
  },
  "description": "Send input to a pane's program; a shell that receives it runs it with your user's permissions. Pastes literal text only to its target; optional Enter appends one newline to the same private buffer.",
  "schemaStatus": "runtime",
  "inputSchema": {
    "additionalProperties": false,
    "properties": {
      "enter": {
        "description": "append a newline that submits the text",
        "type": "boolean"
      },
      "pane_id": {
        "description": "the pane id, such as %1",
        "type": "string"
      },
      "text": {
        "description": "the literal text to paste",
        "type": "string"
      }
    },
    "required": [
      "pane_id",
      "text"
    ],
    "type": "object"
  },
  "outputSchema": {
    "additionalProperties": false,
    "properties": {
      "bytes": {
        "type": "integer"
      },
      "pane_id": {
        "type": "string"
      }
    },
    "required": [
      "pane_id",
      "bytes"
    ],
    "type": "object"
  },
  "annotations": {
    "destructiveHint": true,
    "openWorldHint": true,
    "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. Pastes literal text only to its target; optional Enter appends one newline to the same private buffer.",
      "inputLiteralization": {},
      "inputSchema": {
        "additionalProperties": false,
        "properties": {
          "enter": {
            "description": "append a newline that submits the text",
            "type": "boolean"
          },
          "pane_id": {
            "description": "the pane id, such as %1",
            "type": "string"
          },
          "text": {
            "description": "the literal text to paste",
            "type": "string"
          }
        },
        "required": [
          "pane_id",
          "text"
        ],
        "type": "object"
      },
      "mayExposeSecrets": false,
      "mayReturnUntrustedContent": true,
      "name": "paste_text",
      "nestedAuthority": null,
      "outputClasses": [
        "tmux-metadata"
      ],
      "outputSchema": {
        "additionalProperties": false,
        "properties": {
          "bytes": {
            "type": "integer"
          },
          "pane_id": {
            "type": "string"
          }
        },
        "required": [
          "pane_id",
          "bytes"
        ],
        "type": "object"
      },
      "processReach": "pane-input",
      "title": "Paste text",
      "tmuxEffects": [
        "observe",
        "change"
      ],
      "toolset": "execute"
    }
  }
}
