Skip to main content
Glama

propose_alert_rules

Analyzes call patterns and proposes non-overlapping alert rules for cost, latency, error rate, and anomaly to prevent issues before they occur. Returns baseline metrics and actionable recommendations.

Instructions

Analyze the call patterns over the past lookbackDays (7-30, default 14) and propose recommended alert rules for cost / latency / error_rate / anomaly as JSON. Applying them is a separate step via create_alert after customer confirmation (propose only — zero side effects). Only rules that do not overlap existing alerts are proposed (existing types are fetched via list_alerts). Returns { lookbackDays, baseline: {meanDailyCost (USD), p95Latency (ms), errorRate (percent 0-100), dailyCalls, totalCalls}, proposals: [{ name, alertType, thresholdValue, windowMinutes, reasoning }], skipped: [{ alertType, reason }] }. The thresholdValue of an error_rate proposal is also a percent (consistent with backend create_alert). What big-vendor dashboards show in UI, done MCP-first in one prompt.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
lookbackDaysNoLookback days for computing the baseline (7-30, default 14)
Behavior4/5

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

Describes zero side effects, data source (call patterns over lookbackDays), and output structure. No annotations, so description carries burden; it covers key behavioral traits adequately.

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?

Relatively concise for the information provided. Front-loaded with main action and distinction from create_alert. Each sentence adds value, though could be slightly trimmed without losing meaning.

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 no output schema, description fully explains the return object including fields like baseline, proposals, skipped. Parameter is fully described. No missing context for an agent to use the tool correctly.

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

Parameters5/5

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

Single parameter with 100% schema coverage. Description adds range, default, and context: 'analyze the call patterns over the past lookbackDays (7-30, default 14).' Also explains how lookbackDays appears in output.

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?

Clearly states it analyzes call patterns and proposes alert rules for cost/latency/error_rate/anomaly. Distinguishes from sibling tools like create_alert and list_alerts by emphasizing the propose-only nature.

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

Usage Guidelines5/5

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

Explicitly separates proposal from creation: 'Applying them is a separate step via create_alert after customer confirmation.' Also notes that only non-overlapping rules are proposed, referencing list_alerts.

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

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