Skip to main content
Glama
by Vic563

reveal_cell

Uncover a specific cell on a Minesweeper game board using the board ID and coordinates. This tool facilitates gameplay by revealing cell content through the Minesweeper MCP Server.

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" }

Other Tools

Related Tools

Latest Blog Posts

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