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
| Field | Type | Description |
|---|---|---|
| id* | string | ID of the pet to update. |
| name | string | New name for the pet. Omit to leave unchanged. |
| microchipNumber | string | New microchip identification number. Omit to leave unchanged. |
| vetContactId | string | ID of a previously created contact for the pet's vet. Omit to leave unchanged. |
| insuranceDocumentId | string | ID of a previously created document containing the pet's insurance policy. Omit to leave u |
| notes | string | Freeform notes about the pet. Omit to leave unchanged. |
| dateOfBirth | string | The 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.