yahoo_league_settings
Get Yahoo league settings for roster slots, scoring, waivers, trade deadline, and playoff structure to guide roster moves.
Instructions
The rules: roster slots, scoring weights, waiver type, trade deadline, playoff structure. Read this before proposing anything.
Returns: {fantasy_content:{league:[{league_key}, {settings:[{draft_type, scoring_type, uses_playoff, playoff_start_week, uses_faab, waiver_type:'FR'|'CO', waiver_rule, trade_end_date, trade_ratify_type, roster_positions:[{roster_position:{position, count}}], stat_categories:{stats:[…]}, stat_modifiers:{stats:[{stat:{stat_id, value}}]}}]}]}} — SHAPE FROM VENDOR DOCS. uses_faab decides whether waivers are budget bids or priority order — an agent must know which before claiming.
NOTE: this shape is from the vendor's documentation and has NOT been verified against a live response (we hold no key for this provider). Treat it as approximate — inspect the actual payload before relying on a field name.
Example: League rules {"leagueKey": "449.l.12345"}
Auth: needs your own key in YAHOO_CLIENT_ID or YAHOO_CLIENT_SECRET or YAHOO_REFRESH_TOKEN.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Leave as json. | json |
| leagueKey | Yes | League key. Required — part of the URL path. |