get_draft_board
Rank EuroLeague players for fantasy drafts using value over replacement, highlighting the best available option at each position given league size and roster limits.
Instructions
Rank players for a BasketNews Fantasy DRAFT by value over replacement.
Use this for "who should I pick", "best available guard", or any draft ordering
question. Do NOT rank by points per game for a draft: every manager gets a unique
roster, so what matters is how much better a player is than the next player at the
SAME position who will still be available. That is `vorp_per_game`, and it is the
correct sort order.
Scoring is the BasketNews modern system, recomputed exactly from boxscores.
Fields worth reasoning about:
vorp_per_game - value over replacement. The draft ranking.
modern_per_game - raw fantasy average.
modern_floor_p25 - bad-night floor. Matters more in a draft than in a budget
league, because you keep the pick all season.
consistency_ratio - mean divided by standard deviation. Higher is steadier.
replacement_level - what is still gettable at this position late in the draft.
Args:
season: season code, e.g. "E2025".
teams: managers in the league, 3-12. This changes replacement level and therefore
the ranking, so ask the user if it is unknown. BasketNews recommends 7-8.
roster_size: players per roster. BasketNews draft mode is 13.
position: optional filter, "Guard", "Forward" or "Center".
min_games: exclude players below this many appearances.
limit: rows to return.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| teams | No | ||
| season | No | E2025 | |
| scoring | No | classic | |
| position | No | ||
| min_games | No | ||
| roster_size | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||