estimate_service_request
Get a rough price estimate for a service in a given city, based on Servana vendors' posted rates. Always a heuristic ESTIMATE, not a quote from any specific vendor: actual pricing is set by each vendor. Response includes a confidence level ('high' = 5+ locally priced vendors, 'medium' = 2-4, 'low' = 0-1, in which case the range falls back to a category-wide median across all metros) and an explanation string naming the sample size and metro used.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | Yes | City slug, lowercase, hyphenated (e.g. 'tampa') | |
| hours | No | Optional: estimated hours needed, if known. Overrides job_size for hourly-rate services. | |
| state | Yes | US state slug, lowercase, hyphenated (e.g. 'florida') | |
| service | Yes | Service slug, use search_services to find it (e.g. 'cleaning-and-organizing') | |
| job_size | No | Rough size of the job. Defaults to 'medium'. |