# paste_text

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

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

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. Paste literal text and an optional newline target-only after two state checks.

[All Swift tools](../) · [JSON](../paste_text.json) · [Source](https://github.com/libtmux/libtmux-swift/blob/254f8b2be7eb60cacc3ffcb3ea8e456784f582df/Sources/LibTmuxMCP/ToolOperation.swift#L39)

## Arguments

* `enter` optional · boolean

  Caller-controlled enter.

* `force` optional · boolean

  Caller-controlled force.

* `paneId` required · string

  Caller-controlled paneId.

* `text` required · string

  Caller-controlled text.

## Schemas

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