get_touch_stats
Retrieve aggregate keyboard and mouse activity statistics for the last 1 to 24 hours, including keystroke counts, mouse clicks, scrolls, idle gaps, and active typing minutes. Use for activity reports, idle detection, or fatigue tracking.
Instructions
Return aggregate keyboard and mouse activity stats over the last N hours.
Returns counts: keystrokes (count only — no contents), mouse clicks, scrolls, idle gaps, active-typing minutes.
USE WHEN: producing activity reports, idle detection, or fatigue tracking.
BEHAVIOR: pure read. Privacy guarantee as in get_recent_touch_events.
PARAMETERS: hours: lookback window. Range 1-24. Default 1.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hours | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |