getCity
Retrieve details of a specific city by supplying its unique identifier. Returns the city record in a standard response format.
Instructions
Get a single city - Fetch one city row. Read-only. Note BD schema typo: PK is locaiton_id (sic), not location_id.
Required: locaiton_id (path).
See also: listCities (enumerate + filter).
Returns: { status: "success", message: [{...record}] }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| locaiton_id | Yes | City primary key (BD schema typo: `locaiton_id`, NOT `location_id`) |