contact_create
Create a new contact for an alias via CardDAV. Provide alias credentials and optional details like full name, emails, or phone numbers to add the contact.
Instructions
Create a contact for an alias (CardDAV). Requires alias credentials.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uid | No | Custom UID | |
| emails | No | List of {value, type} email objects | |
| content | No | Raw vCard content (generated if omitted) | |
| is_group | No | Whether the contact represents a group | |
| addresses | No | List of address objects (street, city, state, ...) | |
| full_name | No | Contact full name | |
| contact_id | No | Custom 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) |