Skip to main content
Glama
revenium

Revenium MCP Server

Official
by revenium

manage_alerts

Set up and manage alerts to monitor AI spending anomalies using spike detection, budget thresholds, or relative change tracking with persistence-based triggering.

Instructions

AI spending alerts and anomaly monitoring with three alert types: (1) Spike Detection - create_threshold_alert for real-time monitoring, (2) Budget Threshold - create_cumulative_usage_alert for period tracking, (3) Relative Change - create with alertType RELATIVE_CHANGE and INCREASES_BY/DECREASES_BY operators for trend detection. Supports persistence-based triggering with triggerAfterPersistsDuration. Use get_examples() for comprehensive usage guidance.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYes
alert_idNo
nameNo
metricNo
thresholdNo
periodNo
period_minutesNo
emailNo
slack_config_idNo
triggerAfterPersistsDurationNo
periodDurationNo
filtersNo
pageNo
sizeNo
dry_runNo
confirmNo
alert_typeNo
textNo
queryNo
resource_typeNoanomalies
anomaly_idNo
anomaly_idsNo
anomaly_dataNo
descriptionNo
tagsNo
enabledNo
alertTypeNo
metricTypeNo
slackConfigurationsNo
notificationAddressesNo
Behavior2/5

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

No annotations are provided, so the description must carry the full burden. It focuses on creation patterns but does not disclose side effects, permissions, rate limits, or other behavioral traits. The tool likely supports CRUD operations, but the description only mentions 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 description is concise with three sentences, front-loading the purpose and using numbered lists for clarity. No wasted words, though the reference to get_examples() is a minor inefficiency.

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?

Given the tool's complexity (30 parameters, no output schema, no annotations), the description is incomplete. It only covers creation aspects, ignoring other likely actions like listing, updating, or deleting alerts. Many parameters remain unexplained.

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?

Schema coverage is 0%, so description must compensate. It explains key parameters like action values (create_threshold_alert, etc.), alertType, triggerAfterPersistsDuration. However, many parameters (e.g., filters, page, size, email) are not addressed, leaving gaps.

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 it manages AI spending alerts and anomaly monitoring, listing three alert types with specific creation methods. However, it does not differentiate from sibling tools like business_analytics_management or manage_metering.

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

Usage Guidelines3/5

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

The description provides guidance on when to use each alert type (spike detection, budget threshold, relative change) and references get_examples() for more help. It does not mention when not to use this tool or compare with alternatives.

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/revenium/revenium-mcp'

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