get_manager_transfer_history
Retrieve a Fantasy Premier League manager's transfer history with player names and prices, grouped by gameweek. Provide a team ID and optional limit.
Instructions
Get a manager's transfer history with player names and prices
Args:
team_id: FPL team ID to look up
limit: Maximum number of transfers to return (most recent first)
Returns:
Transfer history grouped by gameweek
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| team_id | Yes |