contact_update
Update contact information for an alias: edit full name, emails, phone numbers, addresses, or raw vCard data via CardDAV.
Instructions
Update a contact for an alias (CardDAV). Requires alias credentials.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| emails | No | List of {value, type} email objects | |
| content | No | Raw vCard content | |
| is_group | No | Whether the contact represents a group | |
| addresses | No | List of address objects | |
| full_name | No | Contact full name | |
| contact_id | Yes | Contact ID | |
| phone_numbers | No | List of {value, type} phone objects | |
| alias_password | Yes | Alias password from the alias_generate_password tool | |
| alias_username | Yes | Full alias email used as the auth username (e.g. me@example.com) |