pulse
Detect spikes in emotional tones (angry, sad, fearful) by polling. Returns spike ratio and alerts when spike ratio exceeds 1.5 with meaningful volume.
Instructions
Pollable spike detector. Returns spike_ratio and a boolean
spiking for each watched tone (default angry/sad/fearful), plus
an alerts array populated when spike_ratio >= 1.5 with meaningful
volume. Intended for repeated polling (every 5-15 min). Only
surface to the user when alerts is non-empty.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| tones | No | ||
| recent_hours | No | ||
| baseline_hours | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||