Skip to main content
Glama

Soduku Solver MCP Server

add-sudoku

Add new Sudoku puzzles to the MCP server for storage and solving. Submit puzzle details in text format along with a name for easy retrieval and summary.

Instructions

Add a new Sudoku puzzle

Input Schema

NameRequiredDescriptionDefault
nameYes
puzzleYesThe Sudoku puzzle in text format

Input Schema (JSON Schema)

{ "properties": { "name": { "type": "string" }, "puzzle": { "description": "The Sudoku puzzle in text format", "type": "string" } }, "required": [ "name", "puzzle" ], "type": "object" }
Install Server

Other Tools from Soduku Solver 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/Skywalker-Harrison/mcp-soduku'

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