check_products_compatibility
Check whether two exact products are compatible. Use for requests like “will this fit,” “does this work with,” “compatible with,” or “is an adapter needed?” It checks identifiers and source-backed specifications for accessories, parts, consumables, chargers, cables, mounts, batteries, computer components, and automotive parts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vehicle_vin | No | Optional 17-character VIN for authoritative NHTSA vehicle identification | |
| required_use | No | Optional explanation of the intended use | |
| primary_product | Yes | The product, device, vehicle, or system the candidate must work with | |
| candidate_product | Yes | The accessory, part, consumable, adapter, or component being checked |
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 |