Weekly Digest (one team or all your leagues)
fantasy_get_weekly_digestWeekly report for ONE league or ALL configured leagues. If no personal team is identified, return a league overview with standings, matchups and recent activity; team selection is optional. For identified teams: prioritized roster checks, standings, matchups, position-matched waiver candidates, remaining FAAB where available, recent moves, and explicit missing-data warnings. Use for "what needs attention this week", "my weekly rundown/recap", or waiver review. Pass league_query when the user names one league; otherwise include all matching leagues (a one-league profile works automatically). Needs a connected profile. Candidates are options to review, not proven upgrades; preserve coverage warnings and verify injury freshness. Use fantasy_get_my_team for a simple single-team snapshot.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sport | No | Optional: only this sport, e.g. 'NFL'. Omit for ALL sports. | |
| sources | No | Optional: web sources YOU found while researching this answer (news, injuries, signings). Shown to the user as citations, kept separate from the live league data. | |
| provider | No | Optional: only this provider. Omit to aggregate across all. | |
| league_query | No | Optional: one configured league's name or id. Use for a report on just that league; omit for all matching leagues. | |
| include_moves | No | Include recent adds/drops/trades per league (false = faster). | |
| include_waivers | No | Include waiver candidates, prioritizing positions with roster alerts (false = faster). | |
| response_format | No | 'markdown' (default) or 'json' (raw payload). | markdown |