# capture_since

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

> Read pane output; accepts no client-supplied executable input. Returned content may be sensitive or untrusted. Read only what a pane has printed since the last call. Pass back the cursor each time. Use this to watch a long-running process across turns: the tenth read costs what the first did, where re-capturing the pane would return everything again. Call with no cursor to start watching from now.

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. Read only what a pane has printed since the last call. Pass back the cursor each time. Use this to watch a long-running process across turns: the tenth read costs what the first did, where re-capturing the pane would return everything again. Call with no cursor to start watching from now.

[All .NET tools](../) · [JSON](../capture_since.json) · [Source](https://github.com/libtmux/libtmux-dotnet/blob/320dc64f4b8b7815842471327a5e6b84a1499bf8/src/LibTmux.Mcp/Policy/CapabilityModel.cs#L566)

## Arguments

* `cursor` optional · string | null

  The opaque cursor returned by the previous call.

  Default: `null`.

* `maxLines` optional · integer | null

  Maximum returned lines.

  Default: `null`.

* `paneId` optional · string | null

  A pane id. Omit for the active pane.

  Default: `null`.

## Schemas

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