Skip to main content
Glama

fcop_list_alerts

List governance alerts to reveal compliance gaps and drift signals detected by the system.

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

TableJSON Schema
NameRequiredDescriptionDefault
statusNoFilter by status: ``open``, ``acknowledged``, ``resolved``. Empty string returns all statuses.
severityNoFilter by severity: ``high``, ``medium``, ``low``. Empty string returns all severities.
last_nNoMaximum number of alerts to return (most recent first).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden. It describes that alerts are created automatically by fcop_check(), the file format (ALERT-*.md), and severity levels. It does not mention authentication needs or rate limits, but as a read-only list tool, this is acceptable.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two short paragraphs that front-load the purpose and then add context. Every sentence adds value, with no wasted words. Could be slightly more streamlined but is effective.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the presence of an output schema and the simplicity of the tool (list with optional filters), the description is complete. It explains the source, structure, and use case, and the schema covers parameters thoroughly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Input schema coverage is 100%, and each parameter has a clear description. The description adds little beyond the schema, noting that filters are available but not providing extra semantics. Baseline of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it lists governance alerts from fcop/alerts/, explaining the structure and purpose. It distinguishes itself from sibling tools like fcop_check and fcop_create_alert by positioning itself as the admin's 'red dot' for surfacing gaps, making the purpose very specific.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description tells when to use it (to see governance gaps without manual log patrols) and implies admin use. However, it does not explicitly mention when not to use it or compare with alternatives like fcop_audit or fcop_check, leaving some ambiguity.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/joinwell52-AI/FCoP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server