system_status
Retrieve a comprehensive snapshot of governance engine health, decision metrics, gate backlog, ledger integrity, and compliance thresholds.
Instructions
Returns a comprehensive read-only snapshot of the GIA governance engine's current state. No parameters required.
RETURNS (JSON object):
version: server version string (e.g. "0.3.5")
engine.health: "healthy" | "degraded" | "failed"
engine.uptimeMs: milliseconds since server start
governance.totalDecisions: lifetime decision count
governance.mandatoryCount: decisions classified MANDATORY
governance.pendingGates: gates awaiting human approval
storey_threshold.escalationRatePct: MANDATORY rate as percentage (healthy band: 10–18%)
storey_threshold.status: "HEALTHY" | "DEGRADED" | "CRITICAL"
ledger.totalEntries: forensic audit trail entry count
ledger.chainIntegrity: true if hash chain is unbroken
intelligence.phoenixSnapshots: context recovery snapshots
intelligence.memoryPacks: sealed memory packs count
runtimeAccountability.activeSessions: live MCP sessions
thresholdDetail.interpretation: plain-English health summary
USE WHEN:
Verifying the governance engine is healthy before dispatching agents
Checking if mandatory gate backlog is blocking workflow progression
Auditing Storey Threshold compliance (MANDATORY gate rate ceiling)
Confirming ledger chain integrity before exporting audit evidence
READ-ONLY: No side effects. Safe to call at any frequency.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||