Skip to main content
Glama

Soduku Solver MCP Server

solve-sudoku

Solve Sudoku puzzles by inputting the puzzle name into the MCP server. Designed to process and provide solutions for Sudoku challenges efficiently.

Instructions

Solve a Sudoku puzzle

Input Schema

NameRequiredDescriptionDefault
nameYesName of the puzzle to solve

Input Schema (JSON Schema)

{ "properties": { "name": { "description": "Name of the puzzle to solve", "type": "string" } }, "required": [ "name" ], "type": "object" }

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