Skip to main content
Glama

Shogi MCP Server

by azumausu

eval_at

Analyze and evaluate the outcome of a specific move in shogi (Japanese chess) by providing Sfen notation and move details, determining potential game state changes and optimal strategies.

Instructions

現局面で特定の一手を指した先を解析して返す

Input Schema

NameRequiredDescriptionDefault
depthNo
moveYes
multipvNo
sfenYes
threadsNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "depth": { "default": 18, "maximum": 30, "minimum": 4, "type": "integer" }, "move": { "type": "string" }, "multipv": { "default": 5, "maximum": 10, "minimum": 1, "type": "integer" }, "sfen": { "type": "string" }, "threads": { "default": 1, "maximum": 8, "minimum": 1, "type": "integer" } }, "required": [ "sfen", "move" ], "type": "object" }

Other Tools from Shogi 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/azumausu/shogi-mcp'

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