Get Cities
get_citiesLook up configured event staffing markets by state, country, or tier, or match a single city to find catalog entries.
Instructions
List configured market entries by tier, or match one city. Catalog presence is not availability or order coverage; check_availability gives tier-based lead-time guidance only, and a coordinator confirms each order after buyer submission. Use for 'What markets are configured in [state]?', 'Is [city] in the catalog?', or 'Which Canadian markets are listed?'. For 'Do you cover [city]?' pass city='[name]', report the catalog match or suggestion, and preserve the coordinator-confirmation caveat. Use get_role_pricing for rates, check_availability for dates, or plan_staffing for a full plan. get_cities(city='Brooklyn') ; get_cities(state='TX') ; get_cities(tier='hub', country='CA') ; get_cities(limit=25) State accepts 'CA' or 'California'; country accepts US or CA. City resolves nicknames and boroughs. Unfiltered results are capped; use filters or limit. 345 configured entries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | Optional single-city catalog match (nickname/borough aware). Returns catalog_match plus a suggestion; never a coverage promise. | |
| tier | No | Optional filter to one tier only. | |
| limit | No | Optional cap on the number of cities returned (full counts still in total/tier_breakdown). | |
| state | No | Optional 2-letter state code (e.g., 'CA') or full state name. | |
| country | No | Optional country filter: 'US' or 'CA'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | The matched configured entry, or null when there was no catalog match. | |
| note | No | Present when the list was truncated by limit. | |
| total | No | Total cities matching the filter (before limit). | |
| cities | No | ||
| message | No | ||
| returned | No | Number of cities in the cities array (after limit). | |
| requested | No | ||
| suggestion | No | Closest known city/role for a miss. Confirm with the user before using it; do not auto-apply. | |
| catalog_check | No | Present when a single-city catalog check was requested. | |
| catalog_match | No | Whether the city resolved to a configured catalog entry; not an availability or coverage promise. | |
| tier_breakdown | No | ||
| catalog_qualification | No | ||
| coverage_confirmation_required | No |