Get Organization Governance Status
rai_org_statusRolls up caller-supplied governance metrics into a structured org status with health, grade, and compliance fields; on hosted MCP it also returns live plan and quota usage.
Instructions
Compute a structured governance status rollup. The health/grade/compliance fields (models, compliance, operations) are always derived FROM caller-supplied metrics (model grades, active frameworks, open incidents, budget usage, drift alerts) -- there is no separate store of these tracked per-org yet, so calling with none supplied rolls up empty/default values, not fabricated data. The org_id/plan/usage fields are different: on the hosted MCP transport with an authenticated caller, these reflect the real, live org record and this month's real call count against quota -- absent (not present in the response at all) on the self-hosted stdio transport, where there is no org account to look up.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| org_name | No | default | |
| drift_alerts | No | ||
| model_grades | No | model_name → grade (A/B/C/D/F) | |
| open_incidents | No | ||
| budget_pct_used | No | ||
| active_frameworks | No |