Create Contact
create_contactAdd a contact to Apple Contacts with safe dry-run mode by default; set dryRun to false and confirm to true to commit.
Instructions
Create an Apple Contact. Dry-run by default; actual writes require dryRun=false and confirm=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| firstName | No | ||
| lastName | No | ||
| organization | No | ||
| jobTitle | No | ||
| department | No | ||
| nickname | No | ||
| emails | No | ||
| phones | No | ||
| dryRun | No | ||
| confirm | No |