get_city_production
List all available units, buildings, and districts a city can produce, including their production costs. Use this after a city completes a build to decide its next project.
Instructions
List what a city can produce right now.
Args:
city_id: City ID (from get_cities output)
Returns available units, buildings, and districts with production costs.
Call this when a city finishes building or to decide what to produce next.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |