get_trending_context
Explain why fantasy football players are trending by searching recent news and player data. Get 2-3 sentence context on injuries, depth chart changes, and usage shifts.
Instructions
Get concise explanations for why players are trending.
Uses web search and player data to find recent news and context explaining why players are trending in fantasy football.
Args: player_ids: List of Sleeper player IDs to get context for. Must be a list (not a string). Cannot be empty. max_players: Maximum number of players to process (default: 5, max: 10). Can be integer or string (will be converted).
Returns: Dict mapping player_id to a 2-3 sentence explanation of why they're trending. Includes: - Recent injury to starter - Depth chart changes - Breakout performance - Trade/release news - Usage/target changes
Example: {"4046": "Mahomes is trending after throwing 5 TDs last week. With Kelce returning from injury, the passing game looks elite."}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| player_ids | Yes | ||
| max_players | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||