Skip to main content
Glama

Server Details

Stockfish chess eval: best move, score, principal variation, multipv. $0.005/call via x402.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsB

Average 3.4/5 across 2 of 2 tools scored.

Server CoherenceA
Disambiguation5/5

The two tools have clearly distinct purposes: evaluate_position provides a static evaluation of a chess position, while best_line interactively plays out the principal variation with per-ply evaluations. There is no functional overlap.

Naming Consistency4/5

Both names use snake_case and are descriptive, but evaluate_position follows a verb_noun pattern while best_line is an adjective_noun construction, showing a slight inconsistency.

Tool Count3/5

With only 2 tools, the server is on the thin side for a chess evaluation service, though the tools are well-focused. Additional tools for other aspects of chess analysis would strengthen the set.

Completeness4/5

The tool set covers the core needs of chess evaluation (static analysis and line exploration) adequately for the server's stated purpose, leaving minor gaps such as batch analysis or configuration options.

Available Tools

2 tools
best_lineAInspect

Play out Stockfish's predicted principal variation as SAN moves with a per-ply eval, re-searching after each ply.

ParametersJSON Schema
NameRequiredDescriptionDefault
fenYes
depthNo
maxPliesNo
Behavior4/5

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

With no annotations provided, the description carries the full burden. It discloses key behaviors: it outputs SAN moves with per-ply evals and re-searches after each ply. It does not mention side effects or authentication needs, but the behavior is clearly described for a read-like operation.

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 sentence of 19 words that immediately conveys the tool's purpose and key details. It is appropriately concise and front-loaded with the main action.

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

Completeness2/5

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

The description lacks explanation of the output format (how are SAN moves and evals returned?) and does not cover the behavior for different parameter values. Given no output schema and three parameters, the description is incomplete for selecting and invoking the tool correctly.

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

Parameters1/5

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

The description does not explain any of the three parameters (fen, depth, maxPlies) despite having 0% schema coverage. It adds no meaning beyond what the schema provides, leaving the agent without guidance on how to set these parameters.

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 clearly states the tool plays out Stockfish's predicted principal variation as SAN moves with per-ply eval and re-searches after each ply. This specific verb-resource combination distinguishes it from the sibling sibling 'evaluate_position', which likely provides a static evaluation rather than a sequence of moves.

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 implies usage for obtaining a line of best play, but it does not explicitly state when to use this tool versus 'evaluate_position' or provide any exclusions or context. The guidance is implicit rather than explicit.

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

evaluate_positionBInspect

Evaluate a chess position with Stockfish: best move, centipawn/mate score, principal variation, and optional multipv. No mocks — a real single-threaded Stockfish 10 (asm.js) runs in-isolate per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
fenYes
depthNo
multipvNo
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses that the tool uses real Stockfish 10 (asm.js), is single-threaded, and runs in-isolate per call. It also mentions no mocks. However, it does not cover potential errors, rate limits, or authorization needs.

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?

Two efficient sentences. The first sentence front-loads the core purpose and outputs. The second adds crucial behavioral context. Every word earns its place.

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

Completeness3/5

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

While the description mentions return values (best move, score, variation), it lacks details on output structure. With no output schema, this is a gap. Parameter explanations are minimal. The tool has 3 parameters and 1 required, but only multipv is mentioned. Overall, it is adequate but not comprehensive.

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

Parameters2/5

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

Schema coverage is 0%, so the description must explain parameter meanings. It only mentions 'optional multipv' but does not explain 'fen' or 'depth'. The outputs described (best move, score) are not parameter-related. This leaves significant gaps in understanding how to use the parameters.

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

Purpose4/5

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

The description clearly states the tool evaluates a chess position with Stockfish and lists outputs (best move, centipawn/mate score, principal variation, multipv). However, it does not explicitly differentiate from the sibling tool 'best_line', leaving ambiguity about when to choose one over the other.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus the sibling 'best_line' or alternatives. It does not mention prerequisites, limitations, or when not to use the tool.

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

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources