find_best_total_deal
Find the cheapest price and best deal for an exact new physical product. Use for requests like “where to buy,” “price comparison,” “lowest total cost including shipping,” or “is it in stock?” It resolves the model and variant, checks current offers, shipping, stock, delivery timing, and known mandatory fees.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| product | Yes | Exact product name, model, and variant in the user's own words | |
| postal_code | No | US postal code for delivery price and availability |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| status | Yes | ||
| decision | Yes | ||
| freshness | Yes | ||
| confidence | Yes | ||
| limitations | Yes | ||
| source_names | Yes | ||
| best_price_usd | No | ||
| recommendation | Yes | ||
| sources_failed | Yes | ||
| sources_checked_count | Yes |