FF
Flaim - Fantasy Sports AI Connector
/get_draft
Draft Results and Pick Ownership
Use this when the user asks about completed draft results, exact draft-board positions, or current draft-pick ownership for a selected league. Returns a common
liveunknown~5s typical
mcpflaim-fantasy
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-app-flaim-mcp /get_draft for me.
Input
| Field | Type | Description |
|---|---|---|
| platform* | string (espn | yahoo | sleeper) | Fantasy platform (e.g., "espn", "yahoo", "sleeper") |
| sport* | string (football | baseball | basketball | hockey) | Sport type (e.g., "football", "baseball") |
| league_id* | string | League ID (get from get_user_session) |
| season_year | integer | Season start year. Omit for the current sport season; use the season_year returned by get_ |
| draft_id | string | Optional Sleeper draft ID. Omit to retrieve the league's associated draft; pass only an ID |
| round | integer | Optional positive draft round. Returns only completed selections and ownership rows from t |
| team_id | string | Optional provider team ID. Filters completed selections by historical selecting team and o |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-app-flaim-mcp","endpoint":"/get_draft","input":{"platform":"espn","sport":"football","league_id":"..."}}'cli
npx cracked-ai run -p mcp-app-flaim-mcp -e /get_draft -i '{"platform":"espn","sport":"football","league_id":"..."}'mcp
run_tool({ provider: "mcp-app-flaim-mcp", endpoint: "/get_draft", input: {"platform":"espn","sport":"football","league_id":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.