{
  "name": "capture_since",
  "wireName": "capture_since",
  "source": {
    "repo": "libtmux/libtmux-swift",
    "revision": "254f8b2be7eb60cacc3ffcb3ea8e456784f582df",
    "extractedRevision": "dd646bf5d63b9cf9816d2bb919c31f44cff2bfe4",
    "file": "Sources/LibTmuxMCP/ToolOperation.swift",
    "line": 5
  },
  "description": "Read pane output; accepts no client-supplied executable input. Returned content may be sensitive or untrusted. Return output after an opaque pane cursor.",
  "schemaStatus": "runtime",
  "inputSchema": {
    "additionalProperties": false,
    "properties": {
      "cursor": {
        "description": "Caller-controlled cursor.",
        "maxLength": 16384,
        "type": "string"
      },
      "maxLines": {
        "description": "Caller-controlled maxLines.",
        "maximum": 2000,
        "minimum": 1,
        "type": "integer"
      },
      "paneId": {
        "description": "Caller-controlled paneId.",
        "type": "string"
      },
      "waitMs": {
        "description": "Caller-controlled waitMs.",
        "maximum": 10000,
        "minimum": 0,
        "type": "integer"
      }
    },
    "required": [
      "paneId"
    ],
    "type": "object"
  },
  "outputSchema": {
    "additionalProperties": false,
    "properties": {
      "cursor": {
        "type": "string"
      },
      "droppedLines": {
        "type": "integer"
      },
      "lines": {
        "items": {
          "type": "string"
        },
        "type": "array"
      },
      "linesMissed": {
        "type": "boolean"
      },
      "pane": {
        "type": "string"
      },
      "paneRef": {
        "type": "string"
      },
      "restarted": {
        "type": "boolean"
      }
    },
    "required": [
      "cursor",
      "droppedLines",
      "lines",
      "linesMissed",
      "pane",
      "paneRef",
      "restarted"
    ],
    "type": "object"
  },
  "annotations": {
    "destructiveHint": true,
    "idempotentHint": false,
    "openWorldHint": true,
    "readOnlyHint": false,
    "title": "Capture since"
  },
  "meta": {
    "com.git-pull.libtmux-mcp/capability": {
      "amplifiesFutureInput": false,
      "annotations": {
        "destructiveHint": true,
        "idempotentHint": false,
        "openWorldHint": true,
        "readOnlyHint": false
      },
      "description": "Read pane output; accepts no client-supplied executable input. Returned content may be sensitive or untrusted. Return output after an opaque pane cursor.",
      "inputLiteralization": {},
      "inputSchema": {
        "additionalProperties": false,
        "properties": {
          "cursor": {
            "description": "Caller-controlled cursor.",
            "maxLength": 16384,
            "type": "string"
          },
          "maxLines": {
            "description": "Caller-controlled maxLines.",
            "maximum": 2000,
            "minimum": 1,
            "type": "integer"
          },
          "paneId": {
            "description": "Caller-controlled paneId.",
            "type": "string"
          },
          "waitMs": {
            "description": "Caller-controlled waitMs.",
            "maximum": 10000,
            "minimum": 0,
            "type": "integer"
          }
        },
        "required": [
          "paneId"
        ],
        "type": "object"
      },
      "mayExposeSecrets": true,
      "mayReturnUntrustedContent": true,
      "name": "capture_since",
      "nestedAuthority": [],
      "outputClasses": [
        "terminal-content",
        "tmux-metadata"
      ],
      "outputSchema": {
        "additionalProperties": false,
        "properties": {
          "cursor": {
            "type": "string"
          },
          "droppedLines": {
            "type": "integer"
          },
          "lines": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "linesMissed": {
            "type": "boolean"
          },
          "pane": {
            "type": "string"
          },
          "paneRef": {
            "type": "string"
          },
          "restarted": {
            "type": "boolean"
          }
        },
        "required": [
          "cursor",
          "droppedLines",
          "lines",
          "linesMissed",
          "pane",
          "paneRef",
          "restarted"
        ],
        "type": "object"
      },
      "processReach": "none",
      "title": "Capture since",
      "tmuxEffects": [
        "observe"
      ],
      "toolset": "inspect"
    }
  }
}
