{
  "name": "capture_since",
  "wireName": "capture_since",
  "source": {
    "repo": "libtmux/libtmux-go",
    "revision": "52968a3181c1c9e6d1b26c565d4b170968ae61c0",
    "extractedRevision": "52968a3181c1c9e6d1b26c565d4b170968ae61c0",
    "file": "mcp/manifest_catalog.go",
    "line": 199
  },
  "description": "Read pane output; accepts no client-supplied executable input. Returned content may be sensitive or untrusted. Returns pane output produced after a cursor.",
  "schemaStatus": "runtime",
  "inputSchema": {
    "additionalProperties": false,
    "properties": {
      "cursor": {
        "description": "a cursor returned by an earlier capture",
        "type": "string"
      },
      "max_lines": {
        "description": "maximum new lines, keeping the newest",
        "type": "integer"
      },
      "pane_id": {
        "description": "the pane id, such as %1",
        "type": "string"
      }
    },
    "required": [
      "pane_id"
    ],
    "type": "object"
  },
  "outputSchema": {
    "additionalProperties": false,
    "properties": {
      "cursor": {
        "type": "string"
      },
      "lines": {
        "items": {
          "type": "string"
        },
        "type": [
          "array"
        ]
      },
      "linesMissed": {
        "type": "boolean"
      },
      "paneId": {
        "type": "string"
      },
      "truncated": {
        "type": "boolean"
      },
      "truncatedBytes": {
        "type": "integer"
      },
      "truncatedLines": {
        "type": "integer"
      }
    },
    "required": [
      "paneId",
      "cursor",
      "lines",
      "linesMissed",
      "truncated"
    ],
    "type": "object"
  },
  "annotations": {
    "destructiveHint": true,
    "openWorldHint": true,
    "title": "Capture new pane output"
  },
  "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. Returns pane output produced after a cursor.",
      "inputLiteralization": {},
      "inputSchema": {
        "additionalProperties": false,
        "properties": {
          "cursor": {
            "description": "a cursor returned by an earlier capture",
            "type": "string"
          },
          "max_lines": {
            "description": "maximum new lines, keeping the newest",
            "type": "integer"
          },
          "pane_id": {
            "description": "the pane id, such as %1",
            "type": "string"
          }
        },
        "required": [
          "pane_id"
        ],
        "type": "object"
      },
      "mayExposeSecrets": true,
      "mayReturnUntrustedContent": true,
      "name": "capture_since",
      "nestedAuthority": null,
      "outputClasses": [
        "terminal-content",
        "tmux-metadata"
      ],
      "outputSchema": {
        "additionalProperties": false,
        "properties": {
          "cursor": {
            "type": "string"
          },
          "lines": {
            "items": {
              "type": "string"
            },
            "type": [
              "array"
            ]
          },
          "linesMissed": {
            "type": "boolean"
          },
          "paneId": {
            "type": "string"
          },
          "truncated": {
            "type": "boolean"
          },
          "truncatedBytes": {
            "type": "integer"
          },
          "truncatedLines": {
            "type": "integer"
          }
        },
        "required": [
          "paneId",
          "cursor",
          "lines",
          "linesMissed",
          "truncated"
        ],
        "type": "object"
      },
      "processReach": "none",
      "title": "Capture new pane output",
      "tmuxEffects": [
        "observe"
      ],
      "toolset": "inspect"
    }
  }
}
