← WebMCP Directory

Tool tree

Chrome Labs AI-controlled maze game demo
Explore capabilities
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": {}
  }
}