Look up market pricing
lookup_market_pricingReturn real market price ranges for live-event services (DJ, live band, audio, lighting, video, stage crew, photography, production packages, performance fees) in a city, state, or country, with the evidence behind each range. Every number comes from recorded evidence: published vendor rates and industry rate cards with source URLs, plus Soundcheck booking actuals that are only ever released as aggregates backed by at least 3 distinct organizations — never a single org, never a named customer. No price is ever invented or modelled: when the evidence is missing the tool returns coverage "none" with a null range and no numbers at all, and walks market to region to country looking for real data first. Each category comes back with low/typical/high plus min and max, a basis block counting the evidence, up to 10 citable evidence rows, and a plain-English explanation. event_type, guest_count and duration_hours are accepted and echoed in the explanation but do not narrow the evidence yet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| market | No | city market to price, e.g. "Chicago, IL"; falls back to region then country | |
| region | No | US state name or two-letter code, e.g. "IL"; used when the market has no evidence | |
| country | No | ISO-3166 alpha-2 country code; defaults to US | |
| event_date | No | event civil day as YYYY-MM-DD | |
| event_type | No | event type such as wedding or festival; echoed back, does not filter yet | |
| guest_count | No | expected guest count; echoed back, does not filter yet | |
| pricing_unit | No | restrict evidence to one pricing unit; otherwise the dominant unit is reported | |
| duration_hours | No | expected service duration in hours; echoed back, does not filter yet | |
| service_categories | Yes | what to price, 1-6 entries from: DJ, LIVE_BAND, AUDIO_PRODUCTION, LIGHTING, VIDEO, STAGE_CREW, PHOTOGRAPHY, PRODUCTION_PACKAGE, PERFORMANCE_FEE |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | true on success (including confirmation_required prompts) | |
| data | No | tool payload (API/composite/confirmation object); object, array, or primitive JSON | |
| error | No | when ok is false |