Tool tree
webmcp-maze
demoPlaygrounds & Games
https://googlechromelabs.github.io/webmcp-tools/demos/webmcp-maze/Chrome Labs AI-controlled maze game demo
start_gameact
Start a new maze game. Generates a fresh maze and places the player at the top-left corner. The goal is to reach the bottom-right exit.
View tool JSON
{
"name": "start_game",
"kind": "act",
"impl": "imperative",
"description": "Start a new maze game. Generates a fresh maze and places the player at the top-left corner. The goal is to reach the bottom-right exit.",
"inputSchema": {
"type": "object",
"properties": {}
}
}