list_contacts
Retrieve a paginated list of contacts from your Crelate account with optional search filtering.
Instructions
List contacts from Crelate.
Args: limit: Maximum number of contacts to return (default: 50) offset: Number of contacts to skip for pagination (default: 0) search: Optional search query to filter contacts
Returns: JSON string containing list of contacts with id, name, email, phone
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| search | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |