Update Contact
update_contactUpdate an existing contact's fields: name, notes, starred status, or contact info. Only provided fields are changed; for the infos array, include all items to keep, as missing items are deleted.
Instructions
Updates an existing contact. Only provided fields will be updated.
WARNING: When updating infos array, you must include ALL items you want to keep. Missing items will be deleted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contact_id | Yes | The contact ID to update | |
| 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 - must include ALL items to keep (missing items deleted) |