Skip to main content
Glama
danilop

chess-support-mcp

by danilop

get_status

Retrieve complete chess position metadata—FEN, side to move, castling rights, en passant square, check status, and last move—to support planning and decision-making.

Instructions

Get current position metadata for model-friendly planning.

Returns (in result):

  • fen, side_to_move, fullmove_number, halfmove_clock, ply_count

  • castling_rights, en_passant_square

  • last_move_uci, last_move_san, who_moved_last

  • is_check, is_game_over, result

  • pieces: square-to-piece map (e.g., {"a2":"P", "e1":"K"})

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

Since no annotations are provided, the description carries the burden. The verb 'Get' and the read-only nature of returning metadata imply a safe operation, but it does not explicitly state that it has no side effects, nor does it mention error conditions or prerequisites. Acceptable but with gaps.

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 concise, front-loaded with the main verb and purpose, followed by a well-organized bullet list of return fields. Every line adds value; no redundancy.

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

Completeness5/5

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

With zero parameters and an output schema present, the description still goes beyond by listing key return values with an example. It fully covers what the agent needs to select and invoke the tool appropriately.

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

Parameters4/5

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

The tool has zero parameters, so the baseline is 4. The description correctly omits parameter details, and there is no parameter information to add beyond the schema.

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 gets current position metadata for model-friendly planning, and enumerates the exact fields returned, distinguishing it from siblings like list_moves and board_ascii.

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 through 'for model-friendly planning' and the nature of the returned data, but it does not explicitly name alternatives or when not to use this tool. No exclusionary guidance is provided.

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/danilop/chess-support-mcp'

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