get_voice_stats
Retrieve dictation quality metrics including words per minute, average Whisper confidence, and correction rate for a specified lookback window. Use to analyze voice performance trends over time.
Instructions
Return dictation quality stats (WPM, confidence average, correction rate) over a window.
Returns aggregate metrics: words-per-minute, average Whisper confidence, correction rate (per get_correction_history), session count.
USE WHEN: the user asks "how is my dictation going" or you're analyzing voice quality trends. NOT FOR: per-segment data — use get_recent_voice or search_voice.
BEHAVIOR: pure read. Returns zero-valued metrics if no voice activity in the window.
PARAMETERS: hours: lookback window. Range 1-720 (30d). Default 24.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hours | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |