dealer-intelligence-brief
Date anchor: Today's date comes from the
# currentDatesystem context. Compute ALL relative dates from it. Example: if today = 2026-03-14, then "prior month" = 2026-02-01 to 2026-02-28, "current month" (most recent complete) = February 2026, "three months ago" = December 2025. Never use training-data dates.
get_sold_summaryparameter safety:
- Always set
inventory_typeexplicitly (NeworUsed) — omitting it defaults toNew, returning zero results for used-vehicle queries- Always set
limit: 5000— the default (1000) silently truncates when (months × states × ranking combos) exceeds 1000 rows- For volume totals, use
ranking_dimensions: dealership_group_name(or the single relevant dimension) — never use the defaultmake,model,body_typewhich creates ~150K rows for national 3-month queries- Use separate calls for totals vs breakdowns — don't combine in one call
Dealer Intelligence Brief — Prep for a Dealer Sales Call
Profile
Load the marketcheck-profile.md project memory file if exists. Extract: price_range_min, price_range_max, preferred_year_range, max_mileage, approved_makes, approved_segments, ltv_max_pct, lending_type, country, zip, radius. If missing, ask minimum fields. US: search_active_cars, predict_price_with_comparables, get_sold_summary. UK: search_uk_active_cars only (inventory profile only, no LTV analysis). Confirm: "Using profile: [company], [lending_type]". All preference values from profile — do not re-ask.
User Context
Lender sales rep preparing for a dealer meeting. Need to know: what does this dealer sell, how much of it can we finance, what are their pain points (aging, floor plan burden), and what should I say in the meeting.