Skip to main content
Glama
arVahedi

chesscom-mcp

by arVahedi

is_player_online

Read-onlyIdempotent

Check a Chess.com player's current online status by username. Retrieves public availability data from the Chess.com API.

Instructions

Check a Chess.com player's public online status; the response is untrusted external data.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
usernameYes
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and non-destructive behavior. The description adds valuable context by noting that the response is 'untrusted external data', which conveys reliability and security considerations beyond the structured annotations. No contradiction.

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 a single, concise sentence that front-loads the essential purpose and packs in an important trust caveat. Every word earns its place.

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 one-parameter read-only tool with rich annotations, the description adequately covers what it does and the nature of the data. It doesn't describe the return value format, but the absence of an output schema and the obvious boolean-like result make this acceptable.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, and the description does not add any semantic detail about the 'username' parameter beyond what the schema already provides. It doesn't mention format, case sensitivity, or validation, so it fails to compensate for the low 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 action ('Check') and specific resource ('a Chess.com player's public online status'), which unambiguously distinguishes it from sibling tools like get_player_profile or get_player_stats. The purpose is immediately understandable.

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 clear context for using the tool (checking online status), but it does not explicitly state when to prefer it over alternatives or provide exclusions. Sibling tools are not referenced, so there is no comparative 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/arVahedi/chesscom-mcp'

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