list_contacts
Retrieve contacts from Keepsake CRM with pagination, sorting, and optional last interaction date enrichment.
Instructions
List all contacts in the user's Keepsake CRM. Supports pagination, sorting, and optional last_interaction_date enrichment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort field: last_name, first_name, created_at | |
| limit | No | Max results (default 20) | |
| order | No | Sort order | |
| offset | No | Pagination offset | |
| include_last_interaction | No | Include last_interaction_date for each contact (default: false) |