Skip to main content
Glama

Prediction Markets Quant

Explain a Player Ranking

explain_player
Read-only

Explain WHY the 2026 draft board ranks a player where it does, factor by factor: projection, floor/ceiling band, boom/bust week shape, and the three separate ranks a board row carries — our model's own positional rank, the market's ADP, and the published blend between them — plus the edge between model and market. Also states what the projection does NOT model (injuries, camp news, schedule). Free, no key. Use for "why do you have there", "explain ranking", "what's driving 's projection", "why is a sleeper/bust". For a plain outlook or a verdict rather than the reasoning, use player_outlook.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
playerYesPlayer full name (e.g. "Bijan Robinson", "Jaxon Smith-Njigba").
scoringNoScoring format: standard, half_ppr (default), or ppr (full PPR). Overrides a platform preset. Works for Yahoo/ESPN/Sleeper defaults. One of: standard · half_ppr · ppr.
platformNoLeague platform — applies its default scoring, size, roster + best-ball settings (overridable by explicit scoring/teams). Underdog/DraftKings are best ball. One of: yahoo · espn · sleeper · nfl · cbs · fantrax · draftkings · underdog.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.7/5.0
Behavior5/5

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

Annotations already provide readOnlyHint=true, but the description adds valuable behavioral context: it is free and requires no key, it details the contents of the explanation (factor by factor), and explicitly states what the projection does NOT model (injuries, camp news, schedule). This goes well beyond the annotations.

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 well-structured and front-loaded with the core purpose. The detail on factors, explicit examples, non-modeled items, and the sibling alternative is dense but every sentence serves a purpose. The length is justified by the tool's complexity.

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?

With no output schema, the description must convey what the agent can expect. It enumerates the output components (projection, floor/ceiling band, boom/bust week shape, three ranks, model-market edge), states exclusions, cost/auth, and example queries. An agent has sufficient context to decide and invoke correctly.

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% and both scoring and platform have clear enum-based descriptions. The tool description does not add parameter-level meaning beyond the schema, but it does reinforce the context (e.g., platform presets, overrides). Baseline 3 is appropriate when schema carries the parameter documentation.

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 opens with a specific verb+resource: 'Explain WHY the 2026 draft board ranks a player where it does, factor by factor.' It enumerates the exact factors and the three distinct ranks, which clearly distinguishes it from related tools like player_outlook or draft_board. No ambiguity about what this tool does.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides explicit trigger phrases ('why do you have <player> there', 'explain <player> ranking') and names the alternative (player_outlook) for when the user wants a plain outlook or verdict rather than reasoning. This gives an agent clear routing logic.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.9/5.0
Disambiguation3/5

Most tools are clearly scoped, but best_available and who_do_i_draft both cover mid-draft pick selection with near-identical example queries, and several 'edge' tools (calculate_ev, scan_mispricings, edge_alerts, nfl_edge, commodity_edge) require careful reading to separate. Descriptions do add enough qualifiers to disambiguate most others.

Naming Consistency3/5

Names are descriptive and uniformly snake_case, but there is no consistent verb_noun pattern: calculate_ev, compare_players, scan_mispricings sit alongside noun phrases like draft_board, nfl_prop_edge, market_pulse and question-style who_do_i_draft. The nfl_* cluster is consistent, but the overall set mixes conventions.

Tool Count3/5

25 tools is at the high end of acceptable for a multi-domain quant server, spanning fantasy, NFL, macro, and general prediction-market math. The count is defensible but feels heavy, and some fantasy tools could be consolidated.

Completeness4/5

The surface covers the core quant workflow—price discovery, edge detection, EV/Kelly sizing, odds conversion, base rates, and arbitrage—plus deep fantasy and NFL verticals. There is no trade-execution or position-tracking tool, but for an analysis/quant server that is a reasonable omission rather than a dead end.