Skip to main content
Glama
McNews11

euroleague-open-data

by McNews11

plan_snake_draft

Calculate which players will be available each round for snake-format fantasy basketball drafts. Enter your slot, league size, and scoring to generate a plan that highlights positional runs.

Instructions

Work out which overall picks you own and who should be there when your turn comes.

Use this when the user knows their draft slot and wants a plan ("I pick 3rd of 8,
what should I target?").

Snake order: odd rounds run 1..N, even rounds run N..1, so a late slot gets a fast
turnaround between picks and an early slot waits. BasketNews also offers a reverse
snake, where rounds 1 and 2 are the normal snake and the direction then repeats in
pairs; set reverse_snake for that.

`likely_available` assumes every manager drafts strictly off this board, which nobody
does. Treat it as the centre of a distribution, not a prediction. Its real use is
spotting where a positional tier runs out between two of your picks -- that is the
signal worth acting on.

Args:
    pick_slot: your position in round one, 1 to `teams`.
    season: season code, e.g. "E2025".
    teams: managers in the league.
    rounds: roster size. BasketNews draft mode is 13.
    reverse_snake: use BasketNews reverse-snake order instead of standard snake.
    scoring: "classic" or "modern". BasketNews leagues choose one; ask the user.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
teamsNo
roundsNo
seasonNoE2025
scoringNoclassic
pick_slotYes
reverse_snakeNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

With no annotations, the description carries the full burden and delivers: it explains snake-order mechanics, the reverse_snake option, and critically warns that likely_available is a distribution, not a prediction. This goes beyond the schema to set accurate expectations about output reliability.

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 longer than average but every sentence contributes—purpose, usage, snake-order explanation, caveat, and parameter list. It is well-structured with an intro paragraph and an Args list, though the 'Work out' phrasing is slightly redundant with 'plan.'

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 description covers what the tool does, when to use it, how the snake logic works, what each parameter means, and the key caveat about likely_available. Since an output schema exists, there is no need to describe return values, making the description essentially complete for invocation.

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 Args section defines all six parameters with practical meanings (e.g., 'roster size',

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 concrete outcome ('which overall picks you own and who should be there') that clearly defines a draft-planning resource. It distinguishes this tool from siblings like get_draft_board or compare_draft_candidates by focusing on the user's own pick schedule and turn-by-turn targets.

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 provides a clear invocation condition: 'Use this when the user knows their draft slot and wants a plan.' It does not explicitly name alternatives or say when not to use it, but the context is strong enough to signal the intended scenario.

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/McNews11/euroleague-open-data'

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