create_appliance
Create an appliance record for the household, tracking purchase date, warranty expiry, and optional references to previously created warranty/insurance documents.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the appliance, e.g. what it is or where it's located. | |
| brand | No | Manufacturer or brand name. | |
| model | No | Model name or number, as printed on the appliance or its manual. | |
| notes | No | Freeform notes about the appliance. | |
| purchaseDate | No | Date the appliance was purchased, in YYYY-MM-DD format. | |
| serialNumber | No | Manufacturer serial number, used when contacting support or filing a warranty claim. | |
| warrantyDocumentId | No | ID of a previously created document containing the warranty paperwork. | |
| warrantyExpiryDate | No | Date the manufacturer warranty expires, in YYYY-MM-DD format. Must not be before purchaseDate. | |
| insuranceDocumentId | No | ID of a previously created document containing the insurance policy. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | ||
| title | No | ||
| message | No | ||
| variant | No |