apple_contacts
Manage Apple Contacts by searching, listing, creating, deleting, and updating contact details, including phone and email, plus handling groups and group members.
Instructions
Control Apple Contacts. Actions: search, get, list, create, groups, group_members, delete, update_phone, update_email.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Contact name | |
| No | Email address | ||
| phone | No | Phone number | |
| query | No | Name to search for | |
| action | Yes | search: Search contacts by name; get: Get full details of a contact by name; list: List all contacts (first 30); create: Create a new contact; groups: List all contact groups; group_members: List members of a contact group; delete: Delete a contact by name; update_phone: Update the phone number of a contact; update_email: Update the email address of a contact | |
| confirm | No | Set to true to confirm a protected/destructive action. Without this, protected actions return a preview instead of executing. | |
| last_name | No | Last name | |
| first_name | No | First name |