W

webmcp-maze

Chrome Labs AI-controlled maze game demo

1action
https://googlechromelabs.github.io/webmcp-tools/demos/webmcp-maze/

demo · Playgrounds & Games · JSON · API for agents

Tools 1 tool

start_gameaction

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": "action",
  "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": {}
  }
}