find_anomalies
Detect transactions exceeding a merchant's historical average by a configurable standard deviation threshold. Scope results by month and limit to focus on recent anomalies.
Instructions
Transactions far above their merchant's historical mean (default 2 sd). UNSCOPED by default — returns flags across ~2 years of history; pass month (YYYY-MM) and/or limit to scope the output (detection baselines still use full history).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| month | No | ||
| sd_threshold | No |