Skip to main content
Glama

Minesweeper MCP Server

by Vic563

flag_cell

Mark or unmark a cell on a Minesweeper game board by specifying its coordinates and board ID. Essential for identifying potential mine locations during gameplay.

Instructions

Flag or unflag a cell on the Minesweeper board

Input Schema

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

Input Schema (JSON Schema)

{ "properties": { "boardId": { "description": "ID of the board", "type": "string" }, "x": { "description": "X coordinate (column) of the cell to flag", "minimum": 0, "type": "number" }, "y": { "description": "Y coordinate (row) of the cell to flag", "minimum": 0, "type": "number" } }, "required": [ "boardId", "x", "y" ], "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/Vic563/mindsweeper-mcp'

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