List Contacts
list-contactsFetch up to 50 contacts from your Apple address book, including handles for use by read-contact and delete-contact. Use search-contacts for targeted lookup by name, email, or phone.
Instructions
Lists contacts from the user's address book, up to 50 per call, including the handle that read-contact and delete-contact take. For a targeted lookup, search-contacts filters by name, email or phone instead of paging through the full list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of contacts to retrieve (default: 25, max: 50) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | Contacts | |
| total | Yes | Number of items returned |