Skip to main content
Glama

Soduku Solver MCP Server

add-note

Store and organize notes by adding new entries with a name and content, enabling efficient management within the Sudoku Solver MCP Server's note storage system.

Instructions

Add a new note

Input Schema

NameRequiredDescriptionDefault
contentYes
nameYes

Input Schema (JSON Schema)

{ "properties": { "content": { "type": "string" }, "name": { "type": "string" } }, "required": [ "name", "content" ], "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