compare_anomaly
Compare a decision against your accumulated decision patterns to detect anomalies, returning a band position (within_band or outlier) for five key dimensions.
Instructions
Compare one of your decisions against your accumulated pattern. Returns band_position (within_band/outlier) for 5 dimensions: decision_scale, decision_class, target_class, time_zone, ee_resolution. Costs DAC.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dd_id | Yes | Decision ID (UUID) to compare | |
| auth_token | Yes | Your DA agent auth token | |
| period_days | No | Comparison window in days | |
| payment_signature | No | Optional x402 payment payload (base64), required only for paid calls. Omit it on the first call: the tool returns the payment challenge. Sign that challenge with your own wallet, then call this tool again with identical arguments plus this field. Decision Anchor never holds your key and never signs on your behalf. |