H
haus
/create_appliance
create appliance
Create an appliance record for the household, tracking purchase date, warranty expiry, and optional references to previously created warranty/insurance document
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 /create_appliance for me.
Input
| Field | Type | Description |
|---|---|---|
| name* | string | Name of the appliance, e.g. what it is or where it's located. |
| brand | string | Manufacturer or brand name. |
| model | string | Model name or number, as printed on the appliance or its manual. |
| serialNumber | string | Manufacturer serial number, used when contacting support or filing a warranty claim. |
| purchaseDate | string | Date the appliance was purchased, in YYYY-MM-DD format. |
| warrantyExpiryDate | string | Date the manufacturer warranty expires, in YYYY-MM-DD format. Must not be before purchaseD |
| warrantyDocumentId | string | ID of a previously created document containing the warranty paperwork. |
| insuranceDocumentId | string | ID of a previously created document containing the insurance policy. |
| notes | string | Freeform notes about the appliance. |
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":"/create_appliance","input":{"name":"..."}}'cli
npx cracked-ai run -p mcp-app-onehaus-haus -e /create_appliance -i '{"name":"..."}'mcp
run_tool({ provider: "mcp-app-onehaus-haus", endpoint: "/create_appliance", input: {"name":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.