search_inventory
Search a dealer's inventory by make, model, year, and price range to find matching vehicles.
Instructions
Search a dealer's inventory by make/model/year/price range.
Use when: "show me used Honda Civics under $25k at dealer 1042." Example: account_id=1042, make="Honda", model="Civic", max_price=25000 → flat list of matching vehicles.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| make | No | ||
| year | No | ||
| model | No | ||
| max_price | No | ||
| min_price | No | ||
| account_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |