get_waiver_analysis
Analyze fantasy football waiver wire options by combining recently dropped players, trending adds, and roster needs to recommend pickups.
Instructions
Get comprehensive waiver wire analysis with minimal context usage.
A consolidated tool that efficiently combines waiver wire data with recent transactions to provide focused recommendations.
Args: position: Filter by position. Valid values: QB, RB, WR, TE, DEF, K. Case-insensitive (will be uppercased). None returns all positions. days_back: Number of days to look back for recently dropped players (default: 7). Can be integer or string. Valid range: 1-30. limit: Maximum number of players to return per category (default: 20). Can be integer or string. Maximum: 50.
Returns comprehensive analysis including:
recently_dropped: Players dropped in our league (last N days) who are valuable
trending_available: Top trending adds who are actually available
waiver_priority: Current priority position (if available)
position_needs: Analysis of roster needs by position
All player data in minimal format to reduce context
Returns: Dict with waiver analysis and recommendations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| position | No | ||
| days_back | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||