get_cities
shallowco.tempguru/event-staffing · Verify this server
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. <examples>get_cities(city='Brooklyn') ; get_cities(state='TX') ; get_cities(tier='hub', country='CA') ; get_cities(limit=25)</examples> <hints>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.</hints>
2 trials · measured 8 days ago
get_cities scores 100.0/100 on Vouch's measured behaviour index, from 2 real invocation trials against co.tempguru/event-staffing, measured 25 Aug 2026 under methodology v0.2.0. Every measured component scored 100.
Component breakdown
| Component | Weight | Value |
|---|---|---|
| Reliability | 35% | not applicable |
| Schema integrity | 25% | 100.0 |
| Failure behaviour | 15% | not applicable |
| Latency | 15% | not applicable |
| Concurrency | 10% | not applicable |
Tool details
- Transport
- remote + stdio
- Credential class
- open
- Category
- Legal & government
- Input schema
- declared
- Output schema
- declared
- Side-effect classification
- read-only— Heuristically read-only-eligible (readonly-heuristic.ts) and sample-called by the Phase 0 census shallow probe.
- Declared input schema
{ "type": "object", "$schema": "https://json-schema.org/draft/2020-12/schema", "properties": { "city": { "type": "string", "description": "Optional single-city catalog match (nickname/borough aware). Returns catalog_match plus a suggestion; never a coverage promise." }, "tier": { "enum": [ "hub", "mid", "small" ], "type": "string", "description": "Optional filter to one tier only." }, "limit": { "type": "integer", "maximum": 9007199254740991, "description": "Optional cap on the number of cities returned (full counts still in total/tier_breakdown).", "exclusiveMinimum": 0 }, "state": { "type": "string", "description": "Optional 2-letter state code (e.g., 'CA') or full state name." }, "country": { "type": "string", "description": "Optional country filter: 'US' or 'CA'." } } }
Score history
| Day | Score | Tier | Methodology |
|---|---|---|---|
| 2026-08-25 | 100.0 | shallow | v0.2.0 |
| 2026-08-24 | 98.8 | deep | v0.1.0 |
Probe evidence
| Probe | Outcomes |
|---|---|
| schema_integrity | pass: 1 |
| sample_call | pass: 1 |
| reliability | pass: 20 |
| malformed_input | pass: 1 |
| timeout_honour | pass: 2 |
| cancellation | skipped: 2 |
| concurrency | pass: 20 |
Raw request/response logs are not archived yet — the outcome counts above are drawn directly from every recorded trial.
Embed this score
Available for every tool, scored or not — not a verification perk. Always links back to this page.
[](https://vouch.tools/tools/9487f496-64ee-4e9e-a54b-cef320525345)