/watchlist-scan
Scan all tickers in your watchlist and deliver a ranked signal table — know your best and worst positions in one command
Purpose
Daily monitoring of a multi-ticker watchlist requires checking each position individually — or running a single command that covers all of them. /watchlist-scan pulls the tracked_tickers from your profile and delivers a unified signal table across OEM and dealer group tickers.
Output includes volume change %, share bps change, ASP trend, DOM signal, and EV mix % per ticker — ranked by composite signal strength from BULLISH to BEARISH.
Arguments
How It Works
Execution flow. MCP tool calls are shown inline on each step.
Loads tracked_tickers from marketcheck-profile.md. Separates OEM tickers (map to makes) and dealer group tickers (map to group names).
↔ Parallel Execution
get_sold_summaryCalls get_sold_summary by make for current and prior period — extracts all OEM watchlist data in 2 calls.
get_sold_summaryCalls get_sold_summary by dealership_group_name for current and prior period — extracts all dealer group data in 2 calls.
Computes per-ticker signals, ranks from BULLISH to BEARISH, and delivers the unified watchlist signal table with portfolio-level summary.
MCP Tool Calls
| Tool | Calls | Purpose |
|---|---|---|
get_sold_summary | 4 | OEM and dealer group metrics for current and prior period |
Example Output
WATCHLIST SCAN — February 2026 ═══════════════════════════════ OEM TICKERS Ticker Vol Δ% Share Δbps ASP Δ% DOM Δ EV Mix Signal ────── ────── ────────── ────── ────── ────── ───────── HYMTF +6.1% +50 bps +0.8% -2 d 9.8% BULLISH TM +3.1% +40 bps +1.1% -2 d 3.8% BULLISH GM -1.8% -40 bps +0.5% +1 d 6.1% NEUTRAL F -4.2% -40 bps -2.1% +4 d 4.2% BEARISH STLA -2.9% -40 bps -1.1% +7 d 2.1% BEARISH DEALER GROUP TICKERS Ticker Vol Δ% Eff Score Δ DOM Δ Days Supply Signal ────── ────── ─────────── ────── ─────────── ───────── LAD +2.1% +6% -1 d 41 d (used) BULLISH KMX +0.8% +1% +1 d 48 d (used) NEUTRAL AN -2.1% -15% +4 d 62 d (used) CAUTION CVNA -3.4% -8% +3 d 71 d (used) BEARISH
Cost Estimate
30 scans/month ≈ $3–7
Limitations
- US market only.
- Watchlist must be configured in marketcheck-profile.md via /onboarding first.
- Dealer group tickers (AN, LAD, etc.) require separate calls from OEM tickers — counted separately in API call budget.