# paste_buffer

Source: https://libtmux.org/en/py/latest/mcp/tools/paste_buffer/

> Paste an MCP-owned buffer into a pane.

MCP is in development

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

Paste an MCP-owned buffer into a pane.

[All Python tools](../) · [JSON](../paste_buffer.json) · [Source](https://github.com/tmux-python/libtmux-mcp/blob/4daddc0dfca96c43bf521d818bf91564e1434760/src/libtmux_mcp/tools/buffer_tools.py#L391)

## Arguments

* `bracket` optional · boolean

  Use tmux bracketed paste mode. Default True.

  Default: `true`.

* `buffer_name` required · string

  Must match the full MCP-namespaced form returned by :func:\`\~libtmux\_mcp.tools.buffer\_tools.load\_buffer\`. Non-MCP buffers are rejected so the tool cannot be turned into an arbitrary-buffer reader.

* `pane_id` optional

  Target pane ID.

  Default: `null`.

* `session_id` optional

  Pane resolution fallbacks.

  Default: `null`.

* `session_name` optional

  Pane resolution fallbacks.

  Default: `null`.

* `socket_name` optional

  tmux socket name.

  Default: `null`.

* `window_id` optional

  Pane resolution fallbacks.

  Default: `null`.

## Schemas

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