find_brands_with_high_seller_churn
Find brands losing sellers faster than their category average. Set a minimum churn threshold to detect seller instability and potential brand risk.
Instructions
Find brands experiencing high seller churn relative to their category. Returns brands where seller_churn_30d_delta_vs_cat_pp >= the specified threshold (default 5pp). Optionally filtered by category. Use when the user asks about 'brands losing sellers', 'high churn brands', or 'seller instability'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | No | Category root name to filter (optional). | |
| min_delta_pp | No | Min delta vs category in percentage points. Default 5. | |
| max_delta_pp | No | Max delta vs category in percentage points. Omit for no ceiling. | |
| limit | No | Max results (capped at 10). Default 10. | |
| marketplace_id | No | 1 = Amazon UK, 2 = Amazon US (default) | |
| scope | No | tracked = only brands on the user's watchlist; universe = all brands. Default universe. | |
| brand | No | Exact brand match (case-insensitive). | |
| brand_contains | No | ||
| min_seller_churn_30d_pct | No | ||
| max_seller_churn_30d_pct | No | ||
| min_brand_velocity_90d_units_day | No | ||
| max_brand_velocity_90d_units_day | No | ||
| dominant_category_velocity_tier_in | No | Comma-separated velocity tiers to keep. |