haus
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

FieldTypeDescription
id*stringThe id of the contact to update, as returned by create_contact or list_contacts.
firstNamestringThe contact's first name. Omit to leave unchanged.
lastNamestringThe contact's last (family) name. Omit to leave unchanged.
displayNamestringAn alternate name to show for the contact instead of first/last, e.g. a nickname, company
emailstringThe contact's email address. Omit to leave unchanged.
phonestringThe contact's phone number, in any format. Omit to leave unchanged.
addressobjectThe contact's postal address. Omit to leave unchanged; when supplied, replaces the whole a
dateOfBirthstringYYYY-MM-DD format. Omit or pass null to leave unchanged; pass an empty string to clear it.
notesstringFree-text notes about the contact. Omit to leave unchanged.
prepareBirthdayPresentbooleanWhether 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.