get_token_risk_assessment
Per-token risk roll-up over recently observed safety signals (free read).
Folds every non-expired signal for subject (symbol or mint) in the window
into the worst risk level seen, a 0..1 risk score, a per-level count
breakdown, and the contributing signals (worst-first). Complements -- does
not replace -- get_risk_assessment (regime + position-size guards for
deploying a strategy). Descriptive observed data only. Not financial advice.
Workflow: INTELLIGENCE / RISK step -- run before quoting or sizing an unfamiliar token; a critical safety signal is a hard skip condition.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| subject | Yes | ||
| caller_id | No | ||
| window_hours | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||