yahoo_my_games
Fetches the fantasy games for the authenticated user, providing game keys essential for accessing subsequent sports data tools.
Instructions
Which fantasy games the authenticated user plays. START HERE — everything else needs a game_key from this.
Returns: {fantasy_content:{users:{'0':{user:[{guid}, {games:{'0':{game:[{game_key:'449', game_id, name:'Football', code:'nfl', season:'2025', is_over}]}, count}}]}, count}}} — SHAPE FROM VENDOR DOCS. Note users and games are OBJECTS keyed '0','1',… with a count sibling, and user is a two-element ARRAY of [meta, {games}].
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: The user's games
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; Yahoo serves XML otherwise. | json |