Skip to main content
Glama
indulge

Stockfish MCP Server

by indulge

get_best_move

Find the best chess move for any position, with adjustable search depth and playing strength. Supports FEN input and time-constrained analysis.

Instructions

Pick a move for the side to move, optionally at reduced strength.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
eloNoTarget playing strength in Elo (~1320-3190); enables UCI_LimitStrength.
fenNoPosition in FEN. Omit for the starting position.
depthNoSearch depth (1-30). Ignored if movetime_ms is given.
movetime_msNoTime budget in ms (1-60000). Overrides depth.
skill_levelNo0 (weakest) to 20 (full strength) for casual play.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries full burden. It discloses 'optionally at reduced strength' but does not explain what that entails (e.g., engine behavior, strength controls). It does not describe side effects, authorization needs, or internal mechanics beyond the basic pick action.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, clear sentence that front-loads the purpose. Every word earns its place; no unnecessary information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the presence of an output schema (not shown), the description need not explain return values. It covers the core action and optional reduced strength. However, it omits mention that the result is the best move from an engine, which would enhance completeness for a tool with 5 parameters.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Input schema coverage is 100%, so each parameter is already described. The description adds only a hint about reduced strength (related to elo/skill_level) but no new meaning beyond the schema. Baseline 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'Pick a move for the side to move, optionally at reduced strength' clearly states the tool's purpose with a specific verb ('Pick') and resource ('move for the side to move'). It distinguishes from siblings like analyze_position or evaluate_position by focusing on selecting a move.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description offers implied usage (when you need a move) but does not explicitly state when to use this tool versus alternatives like analyze_position, nor does it provide guidance on when to use reduced strength or full strength. No exclusions or alternative suggestions are given.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/indulge/stockfish-mcp-server'

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