fpl_get_manager_chips
Retrieve a manager's chip usage to see which chips have been used and which remain available, helping you plan your chip strategy.
Instructions
Get a manager's chip usage showing which chips have been used and which are still available.
Since the 2025/2026 season, FPL provides 4 chips per half-season.
Shows used chips with gameweek and timing, plus remaining available chips. Essential for strategic chip planning and recommendations.
Args: params (GetManagerChipsInput): Validated input parameters containing: - team_id (int): Manager's team ID (entry ID) - response_format (ResponseFormat): 'markdown' or 'json' (default: markdown)
Returns: str: Chip usage summary with used and available chips
Examples: - Check chip status: team_id=123456 - JSON format: team_id=123456, response_format="json"
Error Handling: - Returns error if team ID invalid - Returns formatted error message if API fails
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |