Skip to main content
Glama
bbruhn91

Aedifion MCP Server

by bbruhn91

create_threshold_alert

Set up automated monitoring for datapoint values with configurable thresholds to send email or Telegram notifications when levels are exceeded.

Instructions

Create a new threshold-based alert.

Args: project_id: The project's numeric ID. name: Alert name. datapoint_id: The datapoint to monitor. info_threshold: Info-level threshold value. warn_threshold: Warning-level threshold value. crit_threshold: Critical-level threshold value. email: Email address for notifications. telegram_chatid: Telegram chat ID for notifications. period: Evaluation period in seconds.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYes
nameYes
datapoint_idYes
info_thresholdNo
warn_thresholdNo
crit_thresholdNo
emailNo
telegram_chatidNo
periodNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With no annotations provided, the description carries the full disclosure burden but fails to explain activation behavior, side effects (e.g., immediate alert evaluation), or mutation characteristics. It does not clarify what happens when multiple thresholds are defined, if null thresholds disable that severity level, or whether alerts are active immediately upon creation.

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 structure is efficient with a clear single-sentence purpose followed by a structured parameter list. Each sentence earns its place with no redundant prose. The Args format is appropriate given the complete lack of schema descriptions, though grouping related parameters (thresholds vs notifications) would improve scannability.

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

Completeness3/5

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

While the description covers all 9 parameters and the tool has an output schema (reducing the need for return value description), it lacks important contextual details for a monitoring/alerting tool: threshold precedence logic, notification delivery guarantees, and the interaction between optional null defaults and alert behavior. Adequate but incomplete given the domain complexity.

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

Parameters4/5

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

Given 0% schema description coverage, the Args block provides crucial semantic context: 'datapoint to monitor' explains the resource relationship, severity levels (info/warn/crit) add domain meaning, and 'evaluation period in seconds' clarifies the temporal aspect. Minor deduction for not explaining null-default behavior or whether at least one notification channel is required.

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

Purpose4/5

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

The description clearly states the specific verb (Create) and resource (threshold-based alert) with the 'new' qualifier distinguishing it from the sibling update_threshold_alert. However, it does not explicitly differentiate from other alert management tools like delete_alert or enable_alert, nor does it reference when to prefer this over updating existing alerts.

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?

The description provides no guidance on when to use this tool versus alternatives (e.g., updating existing alerts with update_threshold_alert), nor does it mention prerequisites like project existence or datapoint availability. There are no warnings about required vs optional notification channels.

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/bbruhn91/mcp-server-aedifion'

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