Skip to main content
Glama
adamruehle

SportWizzard MCP Server

by adamruehle

get_player_stats

Retrieve historical or season statistics for a single player using a player UUID from list_players, with optional season filter.

Instructions

Historical / season statistics for a single player. Use a player id from list_players; optionally scope to one season.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
seasonNoSeason year (e.g. 2026). Omit for all available.
player_idYesPlayer UUID (from list_players).
Behavior3/5

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

With no annotations, the description must carry the behavioral disclosure. It mentions the scope (single player, optional season) and implies read-only access. It does not describe return format, authentication needs, or rate limits, but for a simple stats retrieval tool, coverage 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.

Conciseness5/5

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

The description is extremely concise: one sentence plus a brief usage note. Every word adds value, with no redundancy or extraneous information.

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 2-parameter tool with no output schema, the description covers the essential points: what the tool does, how to use it (player_id source, optional season), and the effect of omitting the season parameter. Minor gap: no mention of return field structure.

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?

Schema description coverage is 100%, so the baseline is 3. The description reiterates the season purpose and player_id source but adds no new semantic information beyond what the schema already provides.

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 states it returns historical/season statistics for a single player, with verb and resource implied. It links to list_players as a source for player_id, but does not explicitly differentiate from sibling get_player_game_logs, which provides game-by-game data.

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 tells when to use (single player stats, optionally filtered by season) and provides a prerequisite (player id from list_players). However, it does not mention when not to use or alternatives like get_player_game_logs for per-game stats.

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/adamruehle/sportwizzard-mcp'

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