evaluate_waiver_priority_cost
Evaluate whether spending waiver priority is worth it by comparing projected points gain against priority value, then get a claim or wait recommendation.
Instructions
Calculate if using waiver priority is worth it.
Evaluates whether to use waiver priority based on expected value and historical patterns.
Args: current_position: Current waiver priority position (1 is best). Can be integer or string. Valid range: 1-10. projected_points_gain: Expected points gain per week from the player. Can be float or string. Must be non-negative. weeks_remaining: Weeks left in fantasy season (default: 14). Can be integer or string. Valid range: 1-18.
Returns analysis including:
recommended_action: "claim" or "wait"
expected_value: Total projected points value
priority_value: Estimated value of holding priority
historical_context: How often top priority matters
break_even_threshold: Points needed to justify claim
Returns: Dict with waiver priority cost analysis and recommendation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| weeks_remaining | No | ||
| current_position | Yes | ||
| projected_points_gain | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||