List Customers
list_customersList customers with optional filters for tags, type, phase, state, and open tasks. Returns paginated results with summary information.
Instructions
List customers with optional filters. Returns paginated results with summary info. Response includes a render field with tiered rendering guidance - check it before composing your reply.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Convenience filter for a single tag. Use `tags` for multiple. | |
| tags | No | Filter to items carrying these tags. Combined per `tag_match` (default 'all': the item must carry every listed tag). | |
| limit | No | Max results | |
| state | No | Filter by 2-letter state code | |
| offset | No | Offset for pagination | |
| tag_match | No | How to combine `tags`: 'all' (item has every tag, default) or 'any' (item has at least one of them). | |
| customer_type | No | Filter by customer type | |
| customer_phase | No | Filter by lifecycle phase | |
| has_open_follow_ups | No | If true, only return customers with open tasks |