H
haus
/update_contact
update contact
Update a contact by id. Only the fields supplied are changed; omitted fields keep their current value (dateOfBirth is the exception: an empty string explicitly
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_contact for me.
Input
| Field | Type | Description |
|---|---|---|
| id* | string | The id of the contact to update, as returned by create_contact or list_contacts. |
| firstName | string | The contact's first name. Omit to leave unchanged. |
| lastName | string | The contact's last (family) name. Omit to leave unchanged. |
| displayName | string | An alternate name to show for the contact instead of first/last, e.g. a nickname, company |
| string | The contact's email address. Omit to leave unchanged. | |
| phone | string | The contact's phone number, in any format. Omit to leave unchanged. |
| address | object | The contact's postal address. Omit to leave unchanged; when supplied, replaces the whole a |
| dateOfBirth | string | YYYY-MM-DD format. Omit or pass null to leave unchanged; pass an empty string to clear it. |
| notes | string | Free-text notes about the contact. Omit to leave unchanged. |
| prepareBirthdayPresent | boolean | Whether to prepare a birthday present for this contact. 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_contact","input":{"id":"..."}}'cli
npx cracked-ai run -p mcp-app-onehaus-haus -e /update_contact -i '{"id":"..."}'mcp
run_tool({ provider: "mcp-app-onehaus-haus", endpoint: "/update_contact", input: {"id":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.