Skip to main content
Glama

Minesweeper MCP Server

by tonypan2

click

Interact with the Minesweeper board by selecting specific cells using row and column coordinates to reveal or flag tiles.

Instructions

Click at a cell on the Minesweeper board

Input Schema

NameRequiredDescriptionDefault
colYes
rowYes

Input Schema (JSON Schema)

{ "properties": { "col": { "type": "number" }, "row": { "type": "number" } }, "required": [ "row", "col" ], "type": "object" }

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/tonypan2/minesweeper-mcp-server'

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