Skip to main content
Glama

Minesweeper MCP Server

by Vic563

create_board

Generate custom Minesweeper boards by specifying dimensions and mine count. Use this tool to create unique game setups for Minesweeper gameplay through the MCP server.

Instructions

Create a new Minesweeper board with specified dimensions and mine count

Input Schema

NameRequiredDescriptionDefault
heightYesHeight of the board (number of rows)
idYesUnique identifier for the board
mineCountYesNumber of mines to place on the board
widthYesWidth of the board (number of columns)

Input Schema (JSON Schema)

{ "properties": { "height": { "description": "Height of the board (number of rows)", "maximum": 50, "minimum": 1, "type": "number" }, "id": { "description": "Unique identifier for the board", "type": "string" }, "mineCount": { "description": "Number of mines to place on the board", "minimum": 0, "type": "number" }, "width": { "description": "Width of the board (number of columns)", "maximum": 50, "minimum": 1, "type": "number" } }, "required": [ "id", "width", "height", "mineCount" ], "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