Run an MCP tool call in the VM
relay_runExecute a single tool call on a target MCP server inside the VM, forwarding arguments unchanged and capturing before/after snapshots plus a step record for evidence.
Instructions
Send one tool call to an MCP server inside the VM. target is cua (cua-driver), playwright (Playwright MCP) or chrome-devtools (Chrome DevTools MCP); tool and args are that server's own tool name and arguments, forwarded unchanged. Use relay_tools to see a target's exact tools. Evidence is automatic: snapshots before and after, and a step record; reason, expected and afterIntervalMs are optional overrides. Never replay an uncertain call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | The tool's own arguments, forwarded unchanged. | |
| tool | Yes | The target server's own tool name. | |
| reason | No | Optional intent, retained as evidence. Default: derived from the call. | |
| target | Yes | cua (cua-driver), playwright (Playwright MCP) or chrome-devtools (Chrome DevTools MCP). | |
| expected | No | Optional expected result for the step record. | |
| timeoutMs | No | Execution timeout in milliseconds, default 120000, maximum 3600000. Independent of snapshot delay and lease TTL. | |
| afterIntervalMs | No | Wait in milliseconds from the end of the call to the after-snapshot. Optional; the relay has a default. |