update_contact
Modify an existing contact in macOS Contacts by updating details such as name, organization, job title, emails, phone numbers, URLs, and notes using a structured input format.
Instructions
Update an existing contact
Input Schema
Name | Required | Description | Default |
---|---|---|---|
emails | No | Updated email addresses (replaces all existing) | |
identifier | Yes | Contact name or unique ID | |
job_title | No | Updated job title or position | |
name | No | Updated full name | |
note | No | Updated notes | |
organization | No | Updated organization or company name | |
phones | No | Updated phone numbers (replaces all existing) | |
urls | No | Updated URLs (replaces all existing) |