Create Contact
create_contactCreate a new contact in a specified contact book. Provide a contact book ID and at least one name field.
Instructions
Creates a new contact in a contact book. At least one name field (first_name or last_name) is required.
Use list_contact_books first to get the contact_book ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contact_book | Yes | Contact book ID (required) | |
| first_name | No | First name | |
| last_name | No | Last name | |
| middle_name | No | Middle name | |
| nickname | No | Nickname | |
| notes | No | Notes about the contact | |
| starred | No | Star/favorite the contact | |
| infos | No | Contact information (emails, phones, etc.) |