# capture_since

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

> Read pane output; accepts no client-supplied executable input. Returned content may be sensitive or untrusted. Returns pane output produced after a cursor.

MCP is in development

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

Read pane output; accepts no client-supplied executable input. Returned content may be sensitive or untrusted. Returns pane output produced after a cursor.

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

## Arguments

* `cursor` optional · string

  a cursor returned by an earlier capture

* `max_lines` optional · integer

  maximum new lines, keeping the newest

* `pane_id` required · string

  the pane id, such as %1

## Schemas

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