Skip to main content
Glama
tweiss777

sleeper-mcp

by tweiss777

get_trending_players

Read-onlyIdempotent

Rank players by recent adds or drops, returning activity counts for waiver-wire discovery and rapid roster-change monitoring.

Instructions

Rank players trending by adds or drops over a recent time window.

Returns player_id and activity count for each ranked player. Use get_players to translate IDs into names when needed. This tool is useful for waiver-wire discovery, injury-reaction monitoring, and identifying players fantasy managers are rapidly adding or abandoning.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of ranked player results; Sleeper defaults to 25.
sportNoSleeper sport slug; use 'nfl' for fantasy football.nfl
trend_typeNoWhether to rank players by roster adds or roster drops.add
lookback_hoursNoPositive number of recent hours to analyze; Sleeper defaults to 24.
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and non-destructive behavior, so the safety profile is covered. The description adds valuable context by stating the return format (player_id and activity count) and the time-window based ranking. It does not contradict annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

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

The description is concise and front-loaded with the core purpose in the first sentence. The second paragraph adds use-case context without fluff. Every sentence contributes value, though the second paragraph could be condensed slightly without loss.

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?

With no output schema, the description appropriately states the return values (player_id and activity count). It also gives a pointer for ID translation, covering the typical follow-up. Sorting order and pagination are not mentioned but are implicitly handled by the limit parameter. Overall, sufficient for an agent to call 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?

The input schema provides 100% coverage with descriptions for all four parameters, including defaults and constraints. The description does not add parameter-specific meaning beyond what the schema explains; it only loosely references the time window and adds/drops, which the schema already details.

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 states a specific action ('rank players trending') and a specific resource ('by adds or drops over a recent time window'). It clearly distinguishes from siblings by focusing on ranking activity, and it explicitly mentions returning player_id and activity count, 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 gives clear use cases (waiver-wire discovery, injury monitoring, etc.) and directs the agent to use get_players for ID-to-name translation. It lacks explicit contrasts with other tools like get_transactions, but the purpose is specific enough that an agent can infer when to use it.

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/tweiss777/sleeper-mcp'

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