get_trending_players
Identify trending NFL players by recent add/drop activity across Sleeper leagues. Filter by position, transaction type, and limit to guide waiver wire decisions.
Instructions
Get trending NFL players based on recent add/drop activity across all Sleeper leagues.
Args: type: Transaction type to track (default: "add") Must be exactly "add" or "drop" (case-sensitive). - "add": Players being picked up from waivers/free agency - "drop": Players being dropped to waivers limit: Maximum number of players to return (default: 10, max: 25). Can be integer or string (will be converted). position: Filter by position (QB, RB, WR, TE, DEF, K). None returns all positions. Case-insensitive (will be uppercased).
Returns trending players with:
Full player information including name, position, team
FFNerd enrichment data (projections, injuries when available)
Count of adds/drops over the last 24 hours
Useful for identifying breakout players or injury news
Great for waiver wire decisions
Returns: List of dictionaries with enriched player data and add/drop counts
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | add | |
| limit | No | ||
| position | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |