haus
H
haus
/update_pet

update pet

Update a pet. Omitted fields unchanged.

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_pet for me.

Input

FieldTypeDescription
id*stringID of the pet to update.
namestringNew name for the pet. Omit to leave unchanged.
microchipNumberstringNew microchip identification number. Omit to leave unchanged.
vetContactIdstringID of a previously created contact for the pet's vet. Omit to leave unchanged.
insuranceDocumentIdstringID of a previously created document containing the pet's insurance policy. Omit to leave u
notesstringFreeform notes about the pet. Omit to leave unchanged.
dateOfBirthstringThe pet's date of birth, in YYYY-MM-DD format. Omit or send null to leave unchanged, send

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_pet","input":{"id":"..."}}'
cli
npx cracked-ai run -p mcp-app-onehaus-haus -e /update_pet -i '{"id":"..."}'
mcp
run_tool({ provider: "mcp-app-onehaus-haus", endpoint: "/update_pet", input: {"id":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.