create_contact
Add a contact to any CardDAV address book. Provide full name plus optional email, phone, organization, and notes.
Instructions
Create a new contact (vCard) with name, email, phone, organization, and other details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | Additional notes (optional) | |
| No | Email address (optional) | ||
| phone | No | Phone number (optional) | |
| full_name | Yes | Full name of the contact | |
| given_name | No | Given/first name | |
| family_name | No | Family/last name | |
| organization | No | Organization/company (optional) | |
| addressbook_url | Yes | The URL of the address book to create the contact in |