Skip to main content

gate_run

Family: Gates — human decisions before work advances. See Gates.

Evaluate gates for a node.

@mcp.tool()
def gate_run(
dir: str,
node_id: str,
) -> str

Parameters

NameTypeRequired
dirstryes
node_idstryes

Returns str.

Call shape

Fill your values; omit optional parameters:

{
"jsonrpc": "2.0",
"method": "tools/call",
"params": {
"name": "gate_run",
"arguments": {
"dir": "...",
"node_id": "..."
}
}
}