le_loan_player
Loan a player to a club by specifying player and team identifiers, loan duration, and whether a buy option is included.
Instructions
Loan a player to a club.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| length | No | ||
| player | No | Player name (if ID not provided). | |
| new_club | No | Target club name (if ID not provided). | |
| playerid | No | Player ID. | |
| loantobuy | No | ||
| new_teamid | No | Target team ID. |