get_rejection_feedback_summary
Aggregate and summarize rejection feedback for a project, presenting primary reasons, tactical insights, and feature gaps.
Instructions
Aggregate rejection_feedback for a project. Returns primaryReasonDistribution, the tactical fields recontactWindows / decisionMakerPointers / notRelevantNotes / budgetNotes (budget free-text), and the pmf field feature_gap free-text notes. Read-only view — any deferral or prospect creation these rows imply happened at record_response time, not on read.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | "pmf" → PMF slice only; "tactical" → non-PMF slice only; "all" (default) → unfiltered union. | |
| projectId | Yes | Project name or ID | |
| windowDays | No | Restrict to rejections received within the last N days. Omit for all-time. |