# paste_text

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

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

MCP is in development

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

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.

[All Java tools](../) · [JSON](../paste_text.json) · [Source](https://github.com/libtmux/libtmux-java/blob/842228310449e879ebcaa3f910597757c9dbffd6/libtmux-mcp/src/main/java/io/github/libtmux/mcp/Catalog.java#L854)

## Arguments

* `enter` optional · boolean

  Append a newline that submits the text. Defaults to false.

  Default: `false`.

* `pane_id` required · string

  The pane to act on, such as %1. Every listing tool returns these.

* `text` required · string

  The literal text to paste.

## Schemas

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