Skip to main content
Glama

Minesweeper MCP Server

by Vic563

reveal_cell

Reveal a specific cell on a Minesweeper board by providing its coordinates and board ID for gameplay progression.

Instructions

Reveal a cell on the Minesweeper board

Input Schema

NameRequiredDescriptionDefault
boardIdYesID of the board
xYesX coordinate (column) of the cell to reveal
yYesY coordinate (row) of the cell to reveal

Input Schema (JSON Schema)

{ "properties": { "boardId": { "description": "ID of the board", "type": "string" }, "x": { "description": "X coordinate (column) of the cell to reveal", "minimum": 0, "type": "number" }, "y": { "description": "Y coordinate (row) of the cell to reveal", "minimum": 0, "type": "number" } }, "required": [ "boardId", "x", "y" ], "type": "object" }
Install Server

Other Tools from Minesweeper MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/Vic563/mindsweeper-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server