Change an asking price
change_listing_priceChange the asking price for a player you've already listed on the market, setting a new price for your sale. Confirm the player and price before applying.
Instructions
Change what the manager is asking for a player they already have listed on the market.
This changes the manager's team. Confirm the player and the new price with the
user before calling it. The player must already be listed — use
list_player_on_market first if they are not; this tool cannot put anyone up for
sale.
This sets the manager's own asking price. It has nothing to do with the
recommended_price that get_market and get_player report, which is Comunio's
suggestion and cannot be changed.
Comunio answers with a bare true here rather than any detail, so ok is all
there is to go on.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| price | Yes | ||
| player_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | Whether Comunio accepted the change | |
| price | Yes | The asking price that was requested, in euros | |
| player_id | Yes | Player whose price was changed |