check_service_availability
Check which of the 30 service categories have active workers in a US state or city, with worker counts per service. Useful before searching, or to answer "can I get X done in Y?". State is required (full name, lowercase, hyphens: "new-jersey"); city is optional — omit it for state-level availability.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | Optional city name, lowercase, hyphens for spaces. Example: "orlando". Omit for state-wide availability. | |
| state | Yes | Full US state name, lowercase, hyphens for spaces. Example: "florida". |