is_hit_worth_it
Decide if a -4 point hit for a transfer is worth it by projecting expected points over multiple gameweeks using form, fixture difficulty, home/away, and playing chance.
Instructions
Analyze whether taking a -4 point hit for a transfer is worth it.
USE THIS WHEN the user asks: "Should I take a hit?", "Is it worth -4 to bring in X?",
"Hit for Haaland worth it?". Use player_comparison first to find player IDs if needed.
Projects expected points for both players over N gameweeks, accounting for
form, fixture difficulty, home/away, and playing chance.
Args:
player_out_id: FPL element ID of the player being sold (find via transfer_suggestions or player_comparison).
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
| Name | Required | Description | Default |
|---|---|---|---|
| player_out_id | Yes | ||
| player_in_id | Yes | ||
| gameweeks_ahead | No |