haus
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

FieldTypeDescription
name*stringName of the appliance, e.g. what it is or where it's located.
brandstringManufacturer or brand name.
modelstringModel name or number, as printed on the appliance or its manual.
serialNumberstringManufacturer serial number, used when contacting support or filing a warranty claim.
purchaseDatestringDate the appliance was purchased, in YYYY-MM-DD format.
warrantyExpiryDatestringDate the manufacturer warranty expires, in YYYY-MM-DD format. Must not be before purchaseD
warrantyDocumentIdstringID of a previously created document containing the warranty paperwork.
insuranceDocumentIdstringID of a previously created document containing the insurance policy.
notesstringFreeform 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.