Skip to main content
Glama
DanielTomaro13

sportsdata-mcp

chesscom_archives

Read-onlyIdempotent

List the monthly game archives available for a Chess.com player by username, so you can identify which months have recorded games before fetching them.

Instructions

The list of monthly game archives available for a player — call this before asking for a month's games.

Returns: {archives:[url]} — URLs ending /games/YYYY/MM; take the year and month from the last entry to fetch the most recent games

Example: Which months a player has games for {"username": "hikaru"}

Auth: none needed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
usernameYesChess.com username. Required — part of the URL path.
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and openWorldHint, so the agent knows it's a safe read operation. The description adds the output format ({archives:[url]}) and the meaning of the last entry, enriching behavioral context beyond the annotations. It also notes that no authentication is needed.

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 compact and front-loaded, with a clear purpose, return format, example, and auth note in a few sentences. Every sentence contributes useful information without redundancy.

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 simple one-parameter tool, the description covers the core aspects: purpose, usage, return format, and auth. No output schema exists, so explaining the return structure is valuable. It is complete enough for selection and invocation, though it could optionally mention error behavior for invalid usernames.

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 schema already describes the username parameter as required and part of the URL path, covering 100% of parameters. The description only adds an example value ('hikaru') but no additional semantic detail, so it meets the baseline for high schema coverage.

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 lists monthly game archives for a player, using a specific verb and resource. It distinguishes itself by explicitly saying to call this before asking for a month's games, which differentiates it from chesscom_monthly_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 explicitly instructs to call this tool before fetching a month's games, providing clear timing context. It also shows how to extract the most recent month from the last archive URL. However, it does not name alternative tools or explicitly state when not to use it.

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