list_themes
Group product feedback into recurring themes based on keyword overlap, listing the largest themes first. Use it to prioritize which feedback areas need attention.
Instructions
List feedback themes with at least min_items items, largest first.
Themes are computed deterministically from keyword and phrase overlap across feedback text (TF-IDF plus keyword-cluster grouping), with no LLM involved, so the same dataset always produces the same themes. Each theme's label is a trimmed first clause of its most representative real item (its "medoid"), not a synthetic phrase; representative_item_id names that item so you can look it up via feedback://item/{id}. Use get_theme(theme_id) for the full detail on one theme, including representative quotes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| min_items | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |