fpl_recommend_moves
Return legal FPL transfer moves for the current gameweek. Input your squad, buyable players, and signals to get hold, transfer, and chip recommendations with reasoning, risk, and outlook.
Instructions
Return legal FPL transfer moves for the current gameweek using the frozen champion strategy by default. Give a full 15-player current squad, buyable players, point-in-time signals or enable auto_official_signals, bank/free transfers, unused chips, and optional mini-league standings context. The default champion ranks hold and legal free transfers; explicit hybrid challengers can rank Wildcard, Free Hit, Bench Boost, and Triple Captain when model-backed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| config | Yes | ||
| signals | No | ||
| gameweek | Yes | ||
| strategy | No | champion | |
| chips_used | No | Alternative to chips_available: chips already used this season. | |
| model_path | No | ||
| current_squad | Yes | ||
| bootstrap_path | No | ||
| fetch_official | No | When auto_official_signals is true, fetch the current official bootstrap instead of using the local snapshot. | |
| league_context | No | ||
| buyable_players | Yes | ||
| chips_available | No | Unused chips at this deadline. If omitted, all four are assumed available. | |
| auto_official_signals | No | If true, signals may be omitted and are built from a local bootstrap snapshot or the official API. |