Get Trending NFL Players
sleeper_get_trending_playersGet NFL players trending on Sleeper by recent add or drop activity. Returns player IDs with counts sorted by volume.
Instructions
Get trending NFL players on Sleeper based on recent add or drop activity.
Args:
type (string): "add" for most added players, "drop" for most dropped players
lookback_hours (number): Hours to look back for trend data (default: 24, max: 168)
limit (number): Number of trending players to return (default: 25, max: 200)
Returns: List of player IDs with their add/drop counts, sorted by activity volume.
Examples:
"Who are the most added players this week?"
"Which players are being dropped the most today?"
"Show me trending adds over the last 48 hours"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Trending type: 'add' or 'drop' | |
| limit | No | Number of results to return (default: 25) | |
| lookback_hours | No | Hours to look back (default: 24) |