dispatch.evalsPublic
Return the public operational evals for the rolling window: completion rate, NTE accuracy, dispatch latency (p50/p95), human-override rate. Self-reported, estimated from production telemetry.
{"skill":"dispatch.evals","input":{"period":"rolling_30d"}}
dispatch.indexPublic
Return the catalog of 8 dispatch trade verticals. Per trade: the BLS OES hourly WAGE (medianRateDollars/p25/p75 — what a technician earns, NOT a price) alongside billedHourlyRateRoutineDollars, what a buyer pays hourly at routine urgency, derived by the same wage→billed transform dispatch.estimate uses. See the wage_vs_billed block.
{"skill":"dispatch.index","input":{}}
dispatch.quotex-api-key
Return an instant dispatch quote for a field-service job: accepts trade + location + urgency, returns matched contractor availability, estimated cost, ETA tier, and quote validity.
{"skill":"dispatch.quote","input":{"trade":"plumbing","location":{"state":"MO"},"urgency":"routine"}}
dispatch.orderx-api-key
Create a tracked dispatch work order. Auto-matches a contractor from the active pool and returns a masked contractor reference, order id, and status URL.
{"skill":"dispatch.order","input":{"trade":"electrical","location":{"state":"AZ"},"description":"breaker panel fault"}}