Brand & Model Market Pulse
Used-market pulse: pricing, CPO premium, DOM, top configurations.
Brand & Model Market Pulse
Used-market pulse: pricing, CPO premium, DOM, top configurations.
At a glance
| Price | $0.99 per run. |
| Tool name | generate_brand_model_market_pulse |
| Scope | reports:brand-model-pulse |
| Built for | Market Researcher |
What it does
National (and optionally state-level) used-market statistics for a make and optional model + year. Returns price/miles/DOM medians, CPO vs non-CPO splits, CPO premium, top trims and colors, active-asking vs recently-off-market (last list) price spread, brand health indicators. All figures are listed prices. Use when the user asks about a specific MAKE/MODEL market: trends, brand health, liquidity, or CPO economics (nationally or by state). For a local ZIP/region snapshot, use Market Quick Look.
Arguments
| Argument | What it is | Example | |
|---|---|---|---|
make |
Required | Vehicle make (e.g. Toyota, Ford, Honda). | Toyota |
model |
Recommended | Vehicle model. Optional, without it the analysis is brand-wide. | RAV4 |
year |
Recommended | Specific model year. Optional, without it the analysis spans all years. | 2022 |
state |
Recommended | 2-letter US state abbreviation. Optional, adds regional context if provided. | IL |
trim |
Optional | Specific trim level for trim-level analysis. | XLE |
What comes back
- Used market: median price, miles, days-on-market
- CPO vs non-CPO split + CPO premium
- CPO DOM advantage
- Inventory mix: top trims, colors, years
- New-market reference for comparison
- Health indicators (slow sell-through, heavy CPO market, etc.)
Asking for it in a chat client
Pull a market pulse on the Toyota RAV4, 2022 model year, state IL.
How is the Toyota Highlander used market doing in Illinois?
Running it from a backend
Grant an agent the reports:brand-model-pulse scope, then call the tool over MCP:
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "generate_brand_model_market_pulse",
"arguments": {
"make": "Toyota"
}
}
}
See Server-side access for the token exchange and how to read the response.