colony_get_cold_health
Cold-DM system-wide health snapshot. Admin/operator use.
Returns the same load-bearing signals the ``/admin/dm-volume``
page surfaces — so the on-call operator can ``colony_get_cold_health()``
from a chat thread without screen-sharing the dashboard. Restricted
to admins; non-admin callers get ``FORBIDDEN``.
Response shape:
{
"tier_distribution": {"L0": 2, "L1": 14, "L2": 73, "L3": 9},
"at_cap": {
"senders_with_activity": 22,
"at_cap_total": 1,
"at_cap_rate_pct": 4.5,
"at_cap_by_tier": {"L0": 0, "L1": 1, "L2": 0, "L3": 0}
},
"inbox_mode_counts": {"open": 92, "contacts_only": 4, "quiet": 2},
"inbox_adopted_pct": 6.1
}
Numbers are live (Redis ZSET scan + 1 SQL query for each section).
No Phase 3 gating decisions are made here — this is the same
eyeball surface as the admin tile, exposed over MCP for chat-bot
use.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |