Skip to main content
Glama
yooitsgreg

sleeper-mcp

by yooitsgreg

Get Draft Picks

sleeper_get_draft_picks
Read-onlyIdempotent

Retrieve all picks from a Sleeper fantasy draft in pick order. Optionally filter by round to see picks for a specific round.

Instructions

Get all picks made in a specific Sleeper fantasy draft, in order.

Args:

  • draft_id (string): The Sleeper draft ID

  • round_filter (number, optional): Filter results to a specific round only

Returns: All picks in pick order: round, pick number, player, position, team, and who picked them.

Examples:

  • "Show all picks from draft 987654321"

  • "What were the first-round picks?"

  • "Who did roster 5 draft?"

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
draft_idYesSleeper draft ID
round_filterNoOptional: only return picks from this round
Behavior4/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, so safety is clear. Description adds return format details: 'round, pick number, player, position, team, and who picked them.' No contradictions.

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?

Concise, front-loaded purpose, structured with Args, Returns, Examples. Every sentence is impactful.

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?

Low complexity tool with 2 params and no output schema. Description covers purpose, parameters, return structure, and examples. Lacks error info but annotations provide openness.

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 coverage is 100%, description repeats parameter info but adds examples and clarifies types. Adds marginal value beyond schema.

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?

Clearly states 'Get all picks made in a specific Sleeper fantasy draft, in order.' The verb, resource, and scope are specific. Distinguishes from siblings like sleeper_get_draft_traded_picks.

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?

Provides examples showing typical queries (all picks, first-round picks, by roster). Implicitly differentiates from siblings but lacks explicit when-not-to-use or alternative mentions.

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

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