H
haus
/update_appliance
update appliance
Update an appliance's details; omitted fields keep their current value. Rejects the update if the resulting warranty expiry date would fall before the purchase
liveunknown~5s typical
mcphaus
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-app-onehaus-haus /update_appliance for me.
Input
| Field | Type | Description |
|---|---|---|
| id* | string | ID of the appliance to update. |
| name | string | New name for the appliance. Omit to leave unchanged. |
| brand | string | New manufacturer or brand name. Omit to leave unchanged. |
| model | string | New model name or number. Omit to leave unchanged. |
| serialNumber | string | New manufacturer serial number. Omit to leave unchanged. |
| purchaseDate | string | Date the appliance was purchased, in YYYY-MM-DD format. Omit or send null to leave unchang |
| warrantyExpiryDate | string | Date the manufacturer warranty expires, in YYYY-MM-DD format. Omit or send null to leave u |
| warrantyDocumentId | string | ID of a previously created document containing the warranty paperwork. Omit to leave uncha |
| insuranceDocumentId | string | ID of a previously created document containing the insurance policy. Omit to leave unchang |
| notes | string | Freeform notes about the appliance. Omit to leave unchanged. |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-app-onehaus-haus","endpoint":"/update_appliance","input":{"id":"..."}}'cli
npx cracked-ai run -p mcp-app-onehaus-haus -e /update_appliance -i '{"id":"..."}'mcp
run_tool({ provider: "mcp-app-onehaus-haus", endpoint: "/update_appliance", input: {"id":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.