List a target's tools
relay_toolsDiscover the tools exposed by a target's server inside the VM: returns names, descriptions, and input schemas. Starts the server if needed; use the tool parameter to retrieve a single tool.
Instructions
List a relay_run target's real tools from its server inside the VM: names, descriptions and input schemas; tool returns just one. Starts the server if needed, without sending it any tool call. Requires relay_stage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool | No | Optional: return only this tool. | |
| target | Yes | cua (cua-driver), playwright (Playwright MCP) or chrome-devtools (Chrome DevTools MCP). |