get_decision_clusters
List decision clusters by topic with full-text search to navigate the decision store. Filter by project, service, sort order, and limit for focused browsing.
Instructions
List decision clusters with optional full-text filter. Each row carries a short noun-phrase title, 1-3 sentence summary, member count, and a preview of member decision titles. Use to navigate the decision store by topic instead of chronologically. Read-only. Returns JSON: { clusters, total }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_root | No | Filter by project root (default: current project). | |
| service_name | No | Filter by subproject name. | |
| search | No | Full-text search across cluster title, summary, and tags (FTS5). | |
| limit | No | Max clusters to return (default: 20). | |
| order_by | No | Sort order. decision_count (default) = largest first; updated_at = most-recently-rebuilt first; title = alphabetical. |