Dealer PluginHeavySkillv0.1.0

Daily Dealer Briefing

5-minute morning briefing: aging inventory alerts and competitor price drops

daily briefingmorning checkwhat needs attention todaydaily pricing checkwhat's urgent on my lotdaily dealer report
Heavy
Complexity
16-18
API Calls
$0.016 – $0.090
MC API Cost
$0.10 – $0.29
Total Cost

Purpose

Daily Dealer Briefing surfaces the two things a dealer needs to act on every morning: aging inventory bleeding floor plan and competitors who just dropped their prices. It uses parallel multi-agent orchestration — the lot-scanner agent pulls all aged units while the competitor price-drop scan runs simultaneously — then the lot-pricer agent prices each aged unit against the market.

The output is a morning action list with dollar impact: which aged units to reprice (and by how much), which competitors just undercut you (and on what model), and a TOP 3 ACTIONS TODAY ranked by estimated recovery value. The entire briefing runs in 3-5 minutes.

Audience:Used car managersGeneral managersDealer principalsPricing analysts

How It Works

Execution flow. MCP tool calls are shown inline on each step.

01
Profile & Setup

Load profile. Extract dealer_id (required), aging_threshold, franchise_brands, floor_plan_per_day. Confirm: dealer_id must exist — prompt /onboarding if missing.

↔ Parallel Execution

02a
Lot Scanner (Agent)

Spawn lot-scanner agent to pull all inventory exceeding aging threshold (default 60 DOM), sorted by DOM descending, paginating through all results.

02b
Competitor Price Drop Scansearch_active_cars

For each franchise brand, search active cars with price_change=negative in dealer's ZIP/radius. Group by dealer — 3+ drops signals inventory pressure. Flag UNDERCUT alerts.

03
Lot Pricer (Agent)predict_price_with_comparables

After lot-scanner returns: spawn lot-pricer agent to price top 15 aged units by DOM. Each gets a predicted market price, price gap, and recommended action.

04
Assemble Briefing

Combine aging inventory table + floor plan burn total + competitor alerts + TOP 3 ACTIONS TODAY with dollar impact estimates.

MCP Tool Calls

ToolCallsPurpose
search_active_cars1-3Competitor price-drop scan per franchise brand in dealer's market
predict_price_with_comparablesup to 15Market price prediction for each aged unit via lot-pricer agent

Example Output

DAILY DEALER BRIEFING — Thursday, March 19, 2026
Dallas Toyota | ZIP: 75201 | Franchise | Used Focus
════════════════════════════════════════════════════

AGING INVENTORY (Units > 60 DOM)
VIN       Vehicle                  DOM  Your Price  Mkt Price  Gap     Action
...4521   2021 Chevrolet Malibu     94   $18,900     $16,100   +$2,800  Reduce $2,800
...7832   2020 Nissan Altima         78   $17,500     $16,850   +$650    Reduce $650
...3319   2019 Ford Fusion           71   $14,200     $14,700   -$500    At market

FLOOR PLAN BURN: 3 units × avg $35/day × avg 23d over threshold = $2,415

COMPETITOR PRICE DROPS (Toyota models, 75mi radius)
Model          Competitor              Their Price  Your Unit  Gap    DOM
Toyota Camry   CarMax Dallas           $24,999      $26,200   -$1,201  UNDERCUT 
Toyota RAV4    AutoNation (Irving)     $31,500      $32,100   -$600    UNDERCUT 

TOP 3 ACTIONS TODAY
  1. Reduce 2021 Malibu (94 DOM) by $2,800 — floor plan saving: $3,290
  2. Match CarMax Camry: reduce to $25,200 — estimated 14-day turn
  3. Reduce 2020 Altima by $650 — clears aging threshold risk

Cost Estimate

TierHeavy
API Calls16-18
MC API — best$0.016
MC API — worst$0.090
Claude — best$0.08
Claude — worst$0.20
Total range$0.10$0.29

22 daily runs/month ≈ $2.20 – $6.40/month

Limitations

  • Requires dealer_id in profile — the lot-scanner agent cannot pull dealer-specific inventory without it. Run /onboarding to set this up.
  • Lot-pricer is US-only. UK dealers receive inline comp-median pricing instead.
  • Competitor price-drop scan covers franchise brand models only for independent dealers or by franchise_brands list for franchise dealers.
  • Top 15 aged units are priced per run — very large lots (>100 aged units) may require a full weekly review for complete coverage.
  • UK competitor price tracking may not be available if search_uk_active_cars does not support price_change filter.
Dealer Plugin
View all skills & commands