{
  "name": "wait_for_channel",
  "wireName": "wait_for_channel",
  "source": {
    "repo": "libtmux/libtmux-swift",
    "revision": "254f8b2be7eb60cacc3ffcb3ea8e456784f582df",
    "extractedRevision": "dd646bf5d63b9cf9816d2bb919c31f44cff2bfe4",
    "file": "Sources/LibTmuxMCP/ToolOperation.swift",
    "line": 35
  },
  "description": "Change tmux state; no client-supplied executable input. Wait within one deadline for a tmux channel signal.",
  "schemaStatus": "runtime",
  "inputSchema": {
    "additionalProperties": false,
    "properties": {
      "channel": {
        "description": "Caller-controlled channel.",
        "maxLength": 1024,
        "type": "string"
      },
      "timeoutMs": {
        "description": "Caller-controlled timeoutMs.",
        "maximum": 600000,
        "minimum": 100,
        "type": "integer"
      }
    },
    "required": [
      "channel"
    ],
    "type": "object"
  },
  "outputSchema": {
    "additionalProperties": false,
    "properties": {
      "channel": {
        "type": "string"
      },
      "effectiveTimeout": {
        "type": "number"
      },
      "released": {
        "type": "boolean"
      },
      "seconds": {
        "type": "number"
      }
    },
    "required": [
      "channel",
      "effectiveTimeout",
      "released",
      "seconds"
    ],
    "type": "object"
  },
  "annotations": {
    "destructiveHint": true,
    "idempotentHint": false,
    "openWorldHint": true,
    "readOnlyHint": false,
    "title": "Wait for channel"
  },
  "meta": {
    "com.git-pull.libtmux-mcp/capability": {
      "amplifiesFutureInput": false,
      "annotations": {
        "destructiveHint": true,
        "idempotentHint": false,
        "openWorldHint": true,
        "readOnlyHint": false
      },
      "description": "Change tmux state; no client-supplied executable input. Wait within one deadline for a tmux channel signal.",
      "inputLiteralization": {},
      "inputSchema": {
        "additionalProperties": false,
        "properties": {
          "channel": {
            "description": "Caller-controlled channel.",
            "maxLength": 1024,
            "type": "string"
          },
          "timeoutMs": {
            "description": "Caller-controlled timeoutMs.",
            "maximum": 600000,
            "minimum": 100,
            "type": "integer"
          }
        },
        "required": [
          "channel"
        ],
        "type": "object"
      },
      "mayExposeSecrets": true,
      "mayReturnUntrustedContent": true,
      "name": "wait_for_channel",
      "nestedAuthority": [],
      "outputClasses": [
        "tmux-metadata"
      ],
      "outputSchema": {
        "additionalProperties": false,
        "properties": {
          "channel": {
            "type": "string"
          },
          "effectiveTimeout": {
            "type": "number"
          },
          "released": {
            "type": "boolean"
          },
          "seconds": {
            "type": "number"
          }
        },
        "required": [
          "channel",
          "effectiveTimeout",
          "released",
          "seconds"
        ],
        "type": "object"
      },
      "processReach": "none",
      "title": "Wait for channel",
      "tmuxEffects": [
        "change"
      ],
      "toolset": "manage"
    }
  }
}
