route_emergency
Describe your home emergency in plain words to identify the correct trade to call, including ranked matches, first steps, typical costs, and a dispatch phone number.
Instructions
Given a home emergency described in plain words (e.g. "water coming through my ceiling"), returns the matching situation(s): who to call and in what order, first steps, typical costs, and a 24/7 dispatch phone number when one is available for the service vertical. Optionally pass a US state for region-aware dispatch numbers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | No | Optional US state code or name, e.g. "FL" or "Florida" | |
| problem | Yes | The user's problem in plain words |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | ||
| state | No | US state code the numbers were matched against | |
| matches | Yes | Matching situations, best first; empty when no confident match | |
| categories | No | ||
| triage_url | No |