Skip to main content
Glama
mwolters-cmyk

PlayerElo MCP server

get_coach

Retrieve a coach's full record by ID, including name, club, league, and Elo rating. Returns null if the ID is not found.

Instructions

Full current record for one coach by id (e.g. "coach_4"): name, club, league and Elo rating. Returns null if no coach has that id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
coach_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description carries the responsibility for behavioral disclosure. It explicitly states it returns null for an unknown id and identifies the record fields, but does not mention other traits like read-only status or rate limits, which are largely implicit for a get operation.

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?

Two sentences with no wasted words. The main purpose is front-loaded, followed by the return fields and the edge-case behavior. The example is efficiently integrated.

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?

The tool is simple with one parameter and an output schema, so the description needs no return-value detail. It fully covers what the tool does, what the parameter means, and a key edge case (null return), making it complete for an agent to invoke correctly.

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

Parameters5/5

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

The input schema only lists coach_id with a type, but the description gives an example ('coach_4') and clarifies that the parameter is the lookup key. This adds crucial semantic meaning beyond the schema, which has 0% description 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 uses a specific verb ('get') and resource ('coach'), clearly stating it fetches a full record by id. It lists the returned fields and distinguishes from search-like siblings by explicitly requiring an id, making the tool's purpose unambiguous.

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 implies usage when the coach_id is known and a full record is needed, with an example of id format. It does not explicitly name alternatives like search_coaches for finding an id, but the 'by id' phrasing provides clear context without exclusions.

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/mwolters-cmyk/playerelo-mcp'

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