search_members
Search and filter members/accounts. Supports text search, date ranges, booking/activity history, membership tier, tags, and more. Use lastBookingBefore/inactiveDays to find inactive members.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort column: name, email, or createdAt | |
| limit | No | Max results (default 20) | |
| order | No | Sort order | |
| search | No | Name, email, or phone to search | |
| source | No | Filter by account source | |
| tagIds | No | Filter by tag IDs | |
| tierId | No | Filter by membership tier ID | |
| lifeStage | No | Filter by life stage | |
| hasBooking | No | Filter to members with/without any booking | |
| createdAfter | No | ISO date — accounts created after this date | |
| inactiveDays | No | Members with no activity in the last N days | |
| createdBefore | No | ISO date — accounts created before this date | |
| hasMembership | No | Filter to members with active membership | |
| lastBookingAfter | No | ISO date — members who have a booking after this date | |
| membershipStatus | No | Filter by membership status | |
| lastActivityAfter | No | ISO date — members with activity after this date | |
| lastBookingBefore | No | ISO date — members whose last booking is before this date (or have no bookings) | |
| lastActivityBefore | No | ISO date — members with no activity since this date |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Tool result payload — shape varies per tool, see the tool description | |
| summary | Yes | One-line human-readable summary of the action | |
| renderType | Yes | UI rendering hint for the result |