check_transfer
Validate a player swap against rules §6.4 and §6.8 by submitting the outgoing player's ID and incoming player details, returning a clear decision on whether the transfer is permitted.
Instructions
Check one swap against §6.4 and §6.8.
The incoming player is described by hand because there is no market data
yet — step 4 replaces these arguments with a lookup. window is one of
in_season, closed (February) or reopened.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| out_id | Yes | ||
| window | No | in_season | |
| in_club | Yes | ||
| in_name | Yes | ||
| in_value | Yes | ||
| in_position | Yes | ||
| transfers_available | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||