list_companies
Retrieve all companies from your Keepsake CRM with support for pagination and sorting by name, creation date, or update date.
Instructions
List all companies/organizations in the user's Keepsake CRM. Supports pagination and sorting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort field: name, created_at, updated_at | |
| limit | No | Max results (default 20) | |
| order | No | Sort order | |
| offset | No | Pagination offset |