runtime_telemetry_report
runtime_telemetry_reportReturn aggregate counts and recent events from usefulness telemetry, filterable by decision kind, family, request ID, and time window. Use to verify telemetry flow or diagnose grading decisions.
Instructions
Read-only inspection over mako_usefulness_events (Phase 8.1): return aggregate counts (by decisionKind, by family, by grade) and a bounded list of recent events, filterable by decisionKind, family, requestId, and ISO time window. Use to verify usefulness capture is flowing or to triage why a decision site emitted the grade it did. Never writes to the event table.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | No | ||
| projectRef | No | ||
| decisionKind | No | ||
| family | No | ||
| requestId | No | ||
| since | No | ||
| until | No | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| toolName | Yes | ||
| projectId | Yes | ||
| eventsInWindow | Yes | ||
| byDecisionKind | Yes | ||
| byFamily | Yes | ||
| byGrade | Yes | ||
| events | Yes | ||
| truncated | Yes | ||
| warnings | Yes | ||
| _hints | Yes |