Skip to main content
Glama

Soduku Solver MCP Server

solve-sudoku-text

Solve a Sudoku puzzle by providing the puzzle in text format. This tool inputs the puzzle as text and delivers the solved Sudoku puzzle efficiently.

Instructions

Solve a Sudoku puzzle from text input

Input Schema

NameRequiredDescriptionDefault
puzzleYesThe Sudoku puzzle in text format

Input Schema (JSON Schema)

{ "properties": { "puzzle": { "description": "The Sudoku puzzle in text format", "type": "string" } }, "required": [ "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