Skip to main content
Glama

Minesweeper MCP Server

by tonypan2

flag

Mark a specific cell on the Minesweeper board as a potential mine by specifying its row and column, aiding in safe gameplay strategy.

Instructions

Place a flag 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" }
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/tonypan2/minesweeper-mcp-server'

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