update_contact
Update contact information selectively by providing only the fields to change; all other details remain unchanged.
Instructions
Update an existing contact's information. Only the fields you provide will be updated; other fields remain unchanged.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | Updated notes about the contact | |
| emails | No | Updated email addresses (replaces all existing emails) | |
| phones | No | Updated phone numbers (replaces all existing phones) | |
| prefix | No | Updated name prefix (e.g. Mr, Ms, Dr) | |
| suffix | No | Updated name suffix (e.g. Jr, III) | |
| company | No | Updated company/organization name | |
| jobTitle | No | Updated job title | |
| lastName | No | Updated last/family name | |
| contactId | Yes | The contact ID to update (from search_contacts or get_contact) | |
| firstName | No | Updated first/given name |