List Contacts
list_contactsRetrieve contacts from a specified contact book, with optional search by name or email and pagination support.
Instructions
Lists contacts in a contact book. Use the search parameter to find contacts by name or email.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contact_book | Yes | Contact book ID (required - use list_contact_books to find) | |
| search | No | Search contacts by name or email | |
| limit | No | Maximum contacts to return | |
| offset | No | Offset for pagination |