purchase_tile
Buy a tile for a city with gold by specifying the city ID and tile coordinates.
Instructions
Buy a tile for a city with gold.
Args:
city_id: City ID
x: Tile X coordinate
y: Tile Y coordinate
Use get_purchasable_tiles first to see costs and options.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| y | Yes | ||
| city_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |