fpl_get_captain_recommendations
Recommends top captain choices for Fantasy Premier League by analyzing fixtures, form, and home/away advantage, optionally for your specific squad.
Instructions
Get captaincy recommendations for the upcoming gameweek.
Analyzes fixtures, form, and home/away advantage to recommend the best captain choices. If team_id is provided, analyzes YOUR specific squad. Otherwise, provides general recommendations from all players.
Args: params (GetCaptainRecommendationsInput): Validated input parameters containing: - team_id (int | None): Your team ID to analyze your specific squad - gameweek (int | None): Gameweek to analyze (defaults to next)
Returns: str: Top 3-5 captain recommendations with analysis
Examples: - Analyze my team: team_id=123456 - General picks for GW15: gameweek=15 - General picks: (no args)
Error Handling: - Returns error if gameweek invalid - Returns helpful message if team ID not found - Returns formatted error message if API fails
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |