# paste_text

Source: https://libtmux.org/en/go/latest/mcp/tools/paste_text/

> 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.

MCP is in development

Server behavior and tool contracts may change. Tool availability depends on the server configuration.

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.

[All Go tools](../) · [JSON](../paste_text.json) · [Source](https://github.com/libtmux/libtmux-go/blob/52968a3181c1c9e6d1b26c565d4b170968ae61c0/mcp/manifest_catalog.go#L525)

## Arguments

* `enter` optional · boolean

  append a newline that submits the text

* `pane_id` required · string

  the pane id, such as %1

* `text` required · string

  the literal text to paste

## Schemas

The schema defines required fields, nested values, defaults, and validation constraints.
