identify_appliance
Identify an appliance from observed nameplate text or panel labels, returning ranked catalog matches with confidence. Enables retrieval of operation packages.
Instructions
Resolve which appliance an agent/robot is looking at, from observed text or panel labels, to an OPERANDI catalog object. Call this first, then get_operation_package with the returned slug. Returns ranked matches with confidence.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| brand | No | Optional brand hint if known. | |
| limit | No | Max matches (1-20, default 5). | |
| query | Yes | Observed nameplate / model text (e.g. 'Samsung ME20H705MSS'). | |
| category | No | Optional category hint, e.g. 'microwave_oven'. | |
| panel_labels | No | Optional control labels OCR'd off the panel (helps when the nameplate is hidden). |