# get_pane_info

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

> Get detailed information about a tmux pane.

MCP is in development

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

Get detailed information about a tmux pane.

Use this for metadata (PID, path, dimensions) without reading terminal content. To read what is displayed in the pane, use [capture\_pane](https://libtmux.org/en/py/latest/mcp/tools/capture_pane/) instead.

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

## Arguments

* `pane_id` optional

  Pane ID (e.g. '%1').

  Default: `null`.

* `session_id` optional

  Session ID (e.g. '$1') for pane resolution.

  Default: `null`.

* `session_name` optional

  Session name for pane resolution.

  Default: `null`.

* `socket_name` optional

  tmux socket name.

  Default: `null`.

* `window_id` optional

  Window ID for pane resolution.

  Default: `null`.

## Schemas

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