openclaw_node_invoke
Invoke a method on a specific node through the OpenClaw gateway, routing RPC calls to mutate node state based on the target method.
Instructions
Invoke a method on a specific node (RPC routed through the gateway). Wraps node.invoke. Mutates depending on the target method.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | Yes | ||
| nodeId | Yes | ||
| params | No | JSON-RPC params — opaque passthrough to the target node method. Shape depends on the method being invoked. | |
| instance | No | Optional OpenClaw instance to route this call to (e.g. 'default', 'work'). Falls back to the active default instance, or the OPENCLAW_GATEWAY_URL/TOKEN env vars when set. List configured instances with openclaw_setup_list. |