Skip to main content
Glama
anirbanbasu

smt-sudoku-mcp

by anirbanbasu

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SMT_SUDOKU_MCP_HOSTNoBind host, streamable-http only127.0.0.1
SMT_SUDOKU_MCP_PORTNoBind port, streamable-http only8000
SMT_SUDOKU_MCP_TRANSPORTNostdio or streamable-httpstdio
SMT_SUDOKU_MCP_ALLOWED_ORIGINSNoComma-separated browser origins to trust, streamable-http only

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}

Tools

Functions exposed to the LLM to take actions

NameDescription
generate_sudoku_puzzleA

Generate a new, uniquely-solvable Sudoku puzzle at the given difficulty.

validate_partial_sudoku_solutionA

Check whether a partially-filled Sudoku grid is conflict-free and still completable.

validate_full_sudoku_solutionA

Check whether a fully-filled Sudoku grid is a correct solution.

solve_sudoku_puzzleA

Solve an unsolved Sudoku grid, or report why it cannot be solved.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.2/5.0

Scored across 4 tools

Disambiguation5/5

Each tool has a clear, non-overlapping purpose: generating puzzles, validating partial solutions, validating complete solutions, and solving puzzles. There is no ambiguity about which tool to use for a given task.

Naming Consistency5/5

All tool names follow a consistent verb_noun snake_case pattern. The two validation tools share the same verb and differ only by the qualifier 'partial' or 'full', which is intuitive and predictable.

Tool Count5/5

Four tools is a well-scoped set for a Sudoku-specific server. Each tool addresses a distinct core operation without unnecessary bloat or redundancy.

Completeness5/5

The tool surface covers the full Sudoku workflow: puzzle generation, solving, and validation of both in-progress and completed grids. No significant missing operations exist for the stated domain.

Maintenance

ActivityMaintained
ResponsivenessUnresponsive