Skip to main content
Glama
cheungbrenden

croissant-mcp

my_results_from_position

Get your W/D/L record for any chess position from your rated blitz games, handling transpositions. Note: sample sizes are small—report them and don't rank from percentage alone.

Instructions

The user's W/D/L record from a position, across their rated blitz games.

Position matching ignores move counters and non-capturable en-passant squares, so transpositions count. Sample sizes here are small — report them, and never rank or conclude from the percentage alone.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fenYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
winsYesUser wins from this position, their side.
drawsYesDraws.
gamesYesThe games that reached this position.
lossesYesUser losses.
sample_sizeYeswins+draws+losses. Quote this with any percentage — small samples are noise.
Behavior4/5

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

The description discloses meaningful behavioral details beyond the schema: position matching ignores move counters and non-capturable en-passant squares, so transpositions count, and sample sizes are small. With no annotations, this is valuable context. It does not discuss return format or side effects, but an output schema exists, reducing the need for that.

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 three sentences: one core purpose sentence followed by two caveats. It is front-loaded with the main function and contains no filler or redundancy. Excellent structure.

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?

For a simple tool with one parameter and an output schema, the description is quite complete: it covers data scope (rated blitz games), position matching behavior, and sample-size caveats. It does not discuss error conditions or alternatives, but these are not essential here.

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?

The only parameter (fen) has no schema description, and the tool description does not explicitly define FEN or provide an example. It only refers to 'position' and 'transpositions', which indirectly implies the param's meaning. With 0% schema coverage, the description should compensate more directly, so the score is moderate.

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 returns the user's W/D/L record from a position across rated blitz games. It specifies a particular resource (the record) and scope (position, blitz games), distinguishing it from siblings like list_repertoires or search_games.

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

Usage Guidelines4/5

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

The description provides clear context for when to use this tool (querying the user's results from a position) and includes important interpretive guidance about small sample sizes. However, it does not explicitly name alternative tools or state 'when not to use', so it falls short of the most explicit guidance.

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/cheungbrenden/croissant-mcp'

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