Skip to main content
Glama
WYRE-AI

Cork MCP Server

Official
by WYRE-AI

cork_get_compliance_notification_settings

Retrieve compliance notification settings for a client's assets to see which event types trigger alerts and how they are routed.

Instructions

List the notification and alerting rules configured for compliance events on a client's assets - which event types trigger alerts and how they are routed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number (1-based). Defaults to 1.
page_sizeNoItems per page (max 100). Defaults to 10.
inbox_uuidNo
client_uuidYesClient UUID, from cork_get_clients.
device_uuidNo
domain_uuidNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

C2.9/5.0
Behavior2/5

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

No annotations are present, so the description must disclose behavioral traits on its own. It only states the operation is a 'List' (implying read-only) but does not mention pagination behavior, response size limits, potential filters, or any side effects. The extra clause describes response content, not behavior.

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 a single, readable sentence that front-loads the core purpose. The trailing clause adds useful specificity without being verbose, though it partially restates 'notification and alerting rules.'

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

Completeness2/5

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

With six parameters, half lacking descriptions, and no output schema or annotations, the description leaves important gaps: it does not mention paginated list responses, the meaning of optional filters, or the structure of the returned rules. A tool this complex needs more operational context.

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

Parameters2/5

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

Schema coverage is only 50%, so the description must compensate for undescribed parameters like inbox_uuid, device_uuid, and domain_uuid. It does not explain their meaning or how they refine the query; the phrase 'on a client's assets' only hints at asset filtering. No parameter-level insight is added.

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 states a specific verb ('List') and a specific resource ('notification and alerting rules configured for compliance events'), and distinguishes itself from sibling event-listing tools by clarifying that it returns rules, not the events themselves. The dash clause adds specificity about event types and routing.

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

Usage Guidelines2/5

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

No guidance is given on when to use this tool versus alternatives like cork_get_compliance_events or cork_get_compliance_event_types. The description implies a use case (retrieving notification rules) but provides no exclusions, prerequisites, or decision criteria.

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