WebMCP Registry

start_game

unverifiedv0.1

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.

Updated 6/6/2026 · Created 6/6/2026

Input Schema

{
  "type": "object",
  "properties": {}
}

Full Contract

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

GET /api/tool/googlechromelabs.github.io/webmcp-tools/demos/webmcp-maze/start_game