get_customers
Search and list customers by name or email with pagination controls. Get matching customer rows and total count for efficient browsing.
Instructions
List customers. Optional search matches first_name, last_name, or email (case-insensitive substring). Returns rows with pagination metadata (data, total ignoring limit, limit, offset).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max rows to return. | |
| offset | No | Number of rows to skip. | |
| search | No | Free-text search against first_name, last_name, or email (LIKE %term%). |