Chesscom
chesscomChess.com: Public player profile + ratings
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
chesscomChess.com: Public player profile + ratings
| Name | Required | Description | Default |
|---|---|---|---|
| q | No |
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden, and 'Public player profile + ratings' only implies a non-destructive read. It does not disclose behavior such as how invalid or nonexistent usernames are handled, rate limits, or whether the profile is fetched live from Chess.com. The word 'public' is useful but minimal.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single compact phrase with no filler and the key information is front-loaded. However, it is more of a title than a structured tool description, so it earns a good but not top score.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Although the tool is simple and has an output schema, the description omits the one piece of input semantics an agent needs: what q contains. It also gives no usage context. For a one-parameter lookup this is a notable gap, so the definition is not complete enough.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema defines only q as an optional defaulted string with no description, and schema description coverage is 0%. The description never explains that q is a Chess.com username/handle, so an agent cannot confidently construct the call. There is no parameter-level documentation to compensate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description identifies the specific resource (Chess.com) and the data returned (public player profile plus ratings), so an agent can tell what the tool is for. It lacks an explicit verb like 'get' or 'fetch', but the noun-phrase form still conveys the action. No sibling appears to cover Chess.com, so differentiation is not a major concern.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description gives no advice about when to choose this tool, what input it expects, or what alternatives exist. Usage is only weakly implied by the domain name, which is not enough guidance for an agent choosing among hundreds of siblings.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.