get_top_customers
Get top customers ranked by lifetime value (LTV) or revenue from Stripe. Returns name, email, LTV, subscription status, and purchase count for each customer. Use this to identify high-value accounts and retention opportunities. Only works if Stripe is connected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of top customers to return (default: 10, max: 25) | |
| sort_by | No | Sort criteria (default: ltv) | |
| companyId | Yes | FreedomOS company id to act within (you must be a member). Required for company-scoped tools. |