Skip to main content
Glama

Minesweeper MCP Server

by Vic563

delete_board

Remove a specific Minesweeper game board by its unique ID using this tool. Helps manage boards in the Minesweeper MCP Server efficiently.

Instructions

Delete a Minesweeper board

Input Schema

NameRequiredDescriptionDefault
boardIdYesID of the board to delete

Input Schema (JSON Schema)

{ "properties": { "boardId": { "description": "ID of the board to delete", "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