opbox

The system.* family (1 verb). Every verb enters through the one front door: it is capability-checked, permission-checked, scope-checked and audited before it runs (see Security & permissions). Each entry below lists its capability, risk class (which fixes the minimum autonomy level), the minimum caller permission, its availability tier, whether it is idempotent, and any outbound egress.

Healthsystem.health

PropertyValue
Capabilitysystem.read
Risk classRead - autonomy L0
Min. permissionMember
AvailabilityCore - always on (MCP tier 1)
IdempotentYes
EgressNone - in-box (pure Postgres, no outbound call)
Render schemaYes - drives an inline chat artefact and a GUI panel

ping the DB through the open transaction; report ok + the source.

Call POST /v/system.health with a JSON body; returns JSON (or { error, code }). Also exposed as the MCP tool system.health.