Skip to main content
Glama
tonypan2
by tonypan2

start_game

Initiate a new Minesweeper game on the Minesweeper MCP Server, enabling AI agents to interact and play through natural language commands.

Instructions

Start a new game of Minesweeper

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • src/index.ts:26-34 (registration)
    Registration of the 'start_game' tool in the ListTools response, including name, description, and input schema.
    { name: "start_game", description: "Start a new game of Minesweeper", inputSchema: { type: "object", properties: {}, required: [], }, },
  • Input schema for 'start_game' tool: no required parameters.
    inputSchema: { type: "object", properties: {}, required: [], },
  • Handler implementation for 'start_game': constructs URL with 'new=1' parameter to start a new Minesweeper game via external API.
    if (request.params.name === "start_game") { url.searchParams.set("new", "1");

Other Tools

Related Tools

Latest Blog Posts

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