get_cities

shallow

co.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>

100.0/100

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

ComponentWeightValue
Reliability35%not applicable
Schema integrity25%100.0
Failure behaviour15%not applicable
Latency15%not applicable
Concurrency10%not applicable

Tool details

Transport
remote + stdio
Credential class
open
Category
Legal & government
Input schema
declared
Output schema
declared
Side-effect classification
read-onlyHeuristically 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

DayScoreTierMethodology
2026-08-25100.0shallowv0.2.0
2026-08-2498.8deepv0.1.0

Probe evidence

ProbeOutcomes
schema_integritypass: 1
sample_callpass: 1
reliabilitypass: 20
malformed_inputpass: 1
timeout_honourpass: 2
cancellationskipped: 2
concurrencypass: 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.

Vouch score: get_cities
[![Vouch score](https://vouch.tools/api/tools/9487f496-64ee-4e9e-a54b-cef320525345/badge.svg)](https://vouch.tools/tools/9487f496-64ee-4e9e-a54b-cef320525345)
get_cities — Vouch