get_time_to_fix_metrics
Compute median and percentile time-to-fix from resolved pins, with automatic suppression when sample size is insufficient for reliable statistics.
Instructions
Compute median + p25/p75 time-to-fix from resolved pins. Returns sample size + threshold flag so callers can honestly hide the metric when the dataset is too small (< 5 resolved pins). This is the marketing proof point that distinguishes Pincushion from "manage feedback" tools — agent-native means fast.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | "project" (default) restricts to one project. "global" computes across all projects accessible in this workspace — used by the landing widget for aggregate proof. | |
| projectId | No | Optional project ID to scope the metrics. Required when scope = "project". |