Skip to main content
Glama

Minesweeper MCP Server

by Vic563

get_board

Retrieve the current state and visual layout of a Minesweeper board by specifying its ID, enabling users to monitor game progress and plan next moves.

Instructions

Get the current state and visual representation of a Minesweeper board

Input Schema

NameRequiredDescriptionDefault
boardIdYesID of the board to display

Input Schema (JSON Schema)

{ "properties": { "boardId": { "description": "ID of the board to display", "type": "string" } }, "required": [ "boardId" ], "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/Vic563/mindsweeper-mcp'

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