{
  "name": "capture_since",
  "wireName": "capture_since",
  "source": {
    "repo": "libtmux/libtmux-dotnet",
    "revision": "320dc64f4b8b7815842471327a5e6b84a1499bf8",
    "extractedRevision": "b243b2cf82de4e98e2172aba4f54a52b9c363dc4",
    "file": "src/LibTmux.Mcp/Policy/CapabilityModel.cs",
    "line": 566
  },
  "description": "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.",
  "schemaStatus": "runtime",
  "inputSchema": {
    "additionalProperties": false,
    "properties": {
      "cursor": {
        "default": null,
        "description": "The opaque cursor returned by the previous call.",
        "type": [
          "string",
          "null"
        ]
      },
      "maxLines": {
        "default": null,
        "description": "Maximum returned lines.",
        "maximum": 2147483647,
        "minimum": -2147483648,
        "type": [
          "integer",
          "null"
        ]
      },
      "paneId": {
        "default": null,
        "description": "A pane id. Omit for the active pane.",
        "type": [
          "string",
          "null"
        ]
      }
    },
    "type": "object"
  },
  "outputSchema": {
    "properties": {
      "anchorLost": {
        "type": "boolean"
      },
      "content": {
        "properties": {
          "droppedBytes": {
            "type": "integer"
          },
          "droppedLines": {
            "type": "integer"
          },
          "lines": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "truncated": {
            "type": "boolean"
          }
        },
        "required": [
          "lines",
          "truncated",
          "droppedLines",
          "droppedBytes"
        ],
        "type": "object"
      },
      "cursor": {
        "type": "string"
      },
      "linesMissed": {
        "type": "boolean"
      },
      "paneId": {
        "type": "string"
      }
    },
    "required": [
      "paneId",
      "content",
      "cursor",
      "linesMissed",
      "anchorLost"
    ],
    "type": "object"
  },
  "annotations": {
    "destructiveHint": true,
    "idempotentHint": false,
    "openWorldHint": true,
    "readOnlyHint": false,
    "title": "Capture since"
  },
  "meta": {
    "com.git-pull.libtmux-mcp/capability": {
      "amplifiesFutureInput": false,
      "inputLiteralization": {},
      "mayExposeSecrets": true,
      "mayReturnUntrustedContent": true,
      "name": "capture_since",
      "nestedAuthority": [],
      "outputClasses": [
        "terminal-content",
        "tmux-metadata"
      ],
      "processReach": "none",
      "tmuxEffects": [
        "observe"
      ],
      "toolset": "inspect"
    }
  }
}
