Skip to main content
Glama
DanielTomaro13

sportsdata-mcp

chesscom_club

Read-onlyIdempotent

Get Chess.com club info: description, membership, admins, average rating, and more from just the club ID.

Instructions

A Chess.com club: description, membership count, admins and average rating.

Returns: {'@id', name, club_id, country, average_daily_rating, members_count, created, last_activity, admin:[url], description, url}

Example: The developer community club {"club_id": "chess-com-developer-community"}

Auth: none needed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
club_idYesClub URL id, e.g. 'chess-com-developer-community'. Required — part of the URL path.
Behavior3/5

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

The annotations already declare readOnlyHint, openWorldHint, and idempotentHint, covering safety and idempotency. The description adds 'Auth: none needed' and the expected return structure, which provides some behavioral context. It doesn't mention error cases, rate limits, or pagination, but for a simple read operation with annotations, this is adequate.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with a brief summary, a return fields list, an example, and an auth statement. It is appropriately sized and front-loads the core information, with no redundant sentences. The example adds clarity without excessive length.

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 tool's simplicity (one parameter, no output schema), the description covers the essential context: what the club data is, what fields are returned, how to specify the club, and that no auth is needed. It lacks details on error handling or variations in response, but for this scope it is fairly complete.

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 input schema already provides comprehensive documentation for club_id, including the format and example (100% schema description coverage). The description's example and 'part of the URL path' note in the schema overlap, adding minimal new semantic value. The baseline of 3 applies since the schema carries the load.

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 identifies the resource (Chess.com club) and lists the data fields returned (description, membership count, admins, average rating), which implies a retrieval operation. It doesn't use a strong verb like 'get' or 'fetch', but the 'Returns:' format makes the purpose clear. It distinguishes itself from sibling chess tools by focusing on club data rather than player or leaderboard info.

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 gives a concrete example of usage ('club_id': 'chess-com-developer-community') and notes 'Auth: none needed', which implies when it can be used. However, it doesn't explicitly state when to use this tool vs alternatives, nor does it mention any exclusions or prerequisites beyond the required parameter.

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