fpl_get_top_transferred_players
Retrieve the most transferred in and out players for the current gameweek to identify popular moves and find differentials.
Instructions
Get the most transferred in and out players for the current gameweek.
Shows live transfer trends to identify popular moves happening right now. Uses real-time data from bootstrap for instant response. Essential for understanding the current template and finding differentials.
Args: params (GetTopTransferredPlayersInput): Validated input parameters containing: - limit (int): Number of players to return, 1-50 (default: 10) - response_format (ResponseFormat): 'markdown' or 'json' (default: markdown)
Returns: str: Top transferred in and out players with net transfers
Examples: - Top 10: limit=10 - Top 20: limit=20 - Get as JSON: limit=15, response_format="json"
Error Handling: - Returns error if no transfer data available - Returns formatted error message if current gameweek unavailable
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |