Skip to main content
Glama
DanielTomaro13

sportsdata-mcp

chesscom_monthly_games

Read-onlyIdempotent

Get all games a Chess.com player finished in a given month, with PGN, result, ratings, and opening ECO.

Instructions

Every game a player finished in one month, with PGN, result, ratings and opening ECO.

Returns: {games:[{url, pgn, time_control, time_class, rules, end_time, rated, eco, white:{username, rating, result}, black:{…}}]} — end_time is UNIX SECONDS; a prolific player's month can be several MB

Example: One player-month {"username": "hikaru", "year": "2025", "month": "01"}

Auth: none needed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
yearYesFour-digit year, e.g. 2025. Required — part of the URL path.
monthYesTwo-digit month, ZERO-PADDED ('01', not '1'). Required — part of the URL path.
usernameYesChess.com username. Required — part of the URL path.
Behavior5/5

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

Annotations already declare readOnlyHint, openWorldHint, and idempotentHint. The description adds substantial behavioral context beyond these: the return format (games array with specific fields), that 'end_time' is UNIX SECONDS, that a prolific player's month can be several MB, and that no authentication is needed. This warns the agent about potential payload size and response structure, which is valuable beyond the annotations.

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 well-structured and front-loaded: the first sentence states the purpose, followed by the return format, a key note on time units and size, a concrete example, and auth requirement. Every sentence earns its place, and the formatting is scannable and efficient.

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 no output schema, the description carries the burden of explaining return values, and it does so thoroughly. It specifies the nested structure of games, highlights the high-risk 'several MB' size, provides a realistic example, and states auth requirements. This is complete for a read-only, idempotent data retrieval tool.

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?

Schema description coverage is 100%, with each parameter clearly described (e.g., 'Two-digit month, ZERO-PADDED'). The description adds an example (hikaru, 2025, 01) but this largely reaffirms schema details rather than providing new semantic information. The baseline of 3 applies because the schema handles parameter documentation, and the description adds minimal extra value.

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's function: 'Every game a player finished in one month, with PGN, result, ratings and opening ECO.' This specifies the verb (finished/returns), resource (games), and scope (one player-month), distinguishing it from sibling tools like chesscom_player or chesscom_player_stats which focus on profiles or aggregate stats.

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 use: it returns games for a specific player in a month, with an example showing required parameters. However, it does not explicitly state when not to use it or mention alternative tools for other scenarios (e.g., getting stats or archives), so it lacks explicit exclusions or alternatives.

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/DanielTomaro13/sportsdata-mcp'

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