list_contacts
Retrieve contact information from iCloud, including names, phone numbers, and email addresses. Use limit and offset parameters for pagination when managing large contact lists.
Instructions
List contacts from iCloud Contacts. Returns names, phones, emails, and other fields.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max contacts to return (default 50) | |
| offset | No | Skip this many contacts (default 0, for pagination) |