Put a player up for sale
list_player_on_marketOffer a player from your squad for sale at your specified asking price, enabling other managers to bid. Confirm details with the user before placing and check the result for success.
Instructions
Put one of the manager's own players up for sale at the given asking price.
This changes the manager's team. Confirm the player and the price with the
user before calling it. Ids come from get_squad; get_player gives Comunio's
suggested price for comparison.
Listing is reversible — the player can be taken back off the market — but any offers received in the meantime are real.
Check placed and rejected in the result rather than assuming it worked:
Comunio can refuse an individual player while reporting overall success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| price | Yes | ||
| player_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| placed | Yes | Player ids that are now listed | |
| rejected | Yes | Player ids Comunio refused to list | |
| remaining | No | Comunio's own counter from the response. What it counts is not documented and does not match the countdown on market listings. |