Fcop List Alerts
fcop_list_alertsList governance alerts surfaced by the system to identify compliance gaps. Filter by status and severity to review open, acknowledged, or resolved issues and address drift signals.
Instructions
ADMIN Governance Alert Inbox. List governance alerts from fcop/alerts/.
Alerts are written automatically by fcop_check() when governance drift
signals are detected (ADR-0031). Each alert is a structured ALERT-*.md file
with severity (high/medium/low), type, and a summary of the governance gap.
This is the ADMIN's "red dot" — run this to see what governance gaps the system has surfaced, without needing to manually patrol logs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| last_n | No | Maximum number of alerts to return (most recent first). | |
| status | No | Filter by status: ``open``, ``acknowledged``, ``resolved``. Empty string returns all statuses. | |
| severity | No | Filter by severity: ``high``, ``medium``, ``low``. Empty string returns all severities. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |