Skip to main content
Glama

Minesweeper MCP Server

by tonypan2

unflag

Clear flags from specific cells on the Minesweeper board by specifying row and column coordinates, enabling accurate gameplay adjustments in the Minesweeper MCP Server environment.

Instructions

Remove the 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