crehq_recent_location_context
Get recent location context: timing, address, traffic counts, demographics, coverage. Answer queries about observed locations, distinguishing verified openings from first-observed events.
Instructions
Context for a brand's most recently observed locations: event timing, address/market, traffic counts when backfilled, route class, trade-area demographics, radius demographics, drive-time context, and coverage flags. Useful for questions like 'traffic counts for the last 50 Starbucks locations CREHQ observed.' Event rows distinguish verified openings from first-observed/reconciliation events.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max locations to return (default 50, max 500). | |
| country | No | ISO country code filter (default all available rows). | |
| company_id | Yes | CREHQ company id. | |
| event_type | No | Lifecycle event type to use for recency (default first_observed). | |
| only_with_traffic | No | When true, return only recent rows with traffic/AADT attached. |