is_hit_worth_it
Analyze if taking a -4 point transfer hit is justified by projecting player points over upcoming gameweeks based on form, fixtures, and playing probability.
Instructions
Analyze whether taking a -4 point hit for a transfer is worth it.
Projects expected points for both players over the next N gameweeks,
accounting for form, fixture difficulty, home/away advantage, and
playing chance. If the incoming player's projected surplus exceeds
the 4-point cost, the hit is recommended.
Args:
player_out_id: FPL element ID of the player being sold.
player_in_id: FPL element ID of the player being bought.
gameweeks_ahead: How many gameweeks to project over (1-10). Default 5.Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| player_out_id | Yes | ||
| player_in_id | Yes | ||
| gameweeks_ahead | No |