Skip to main content
Glama

auto_silence_noisy_alert

Silence noisy alerts that fired repeatedly in the past hour, either a single alert by ID or all alerts exceeding a threshold, with configurable duration and dry-run preview.

Instructions

Bulk-silence noisy alerts that fired repeatedly in the past hour (POST /v1/tier2/alerts/auto-silence). Finishes "this alert fired 50 times in the past hour — silence it for an hour" in one prompt. Specify exactly one of alertId (silence a single alert) or byVolumeThreshold (all alerts with N+ firings in the past hour). silenceDurationMinutes is 5-1440 (5 minutes to 24 hours), default 60. An optional reason can be attached. dryRun=true previews the targets with fireCount; dryRun=false UPDATEs alerts.silenced_until and emits an audit event per alert (tier2.auto_silence_noisy_alert). Because this is a reversible mutation (the existing unsilence_alert can undo it) with strict per-account scoping (other accounts' alerts are unaffected), there is no founder gate — paid Pro+ users can call it directly. Returns (dryRun=true) { dryRun: true, targetCount, silenceUntil, silenceDurationMinutes, lookbackStart, targets: [{alertId, name, fireCount}] }; (dryRun=false) { dryRun: false, targetCount, silenceUntil, silenceDurationMinutes, succeeded: string[], failed: [{alertId, reason}], skipped: string[], reason }. idempotencyId = sha1(endpoint+accountId+alertId+silenceUntil truncated to the minute), coalescing duplicate runs within the same minute.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dryRunNotrue = preview only (zero mutation); false = actual silence. Default false
reasonNoSilence reason (recorded in the audit log, 200 chars max)
alertIdNoAlert id for single-alert silencing (alrt_xxx format). Cannot be combined with byVolumeThreshold
approvalIdNoApproval id granted via request_approval (apr_ + 32 hex; create with action 'auto_silence_noisy_alert'). Server-side verification + atomic consumption on the actual silence (1 approval = 1 execution). dryRun only verifies
byVolumeThresholdNoBatch-silence all alerts with N+ firings in the past hour. Cannot be combined with alertId
silenceDurationMinutesNoSilence duration (minutes, 5-1440 = 5 minutes to 24 hours), default 60
Behavior5/5

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

With no annotations provided, the description fully discloses behavioral traits: it is a mutation that updates alerts.silenced_until and emits audit events, details dryRun vs. actual execution, idempotency mechanism, per-account scoping, and the absence of a founder gate for paid users. This is comprehensive and adds significant context.

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 relatively long but efficiently structured with clear sections for purpose, parameters, behavior, and output. Every sentence adds value, though some minor redundancy exists (e.g., repeating endpoint details). It is front-loaded with the core use case.

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

Completeness4/5

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

Given the tool's complexity (6 parameters, no output schema), the description is very complete: it explains both dryRun and actual outputs, idempotency, permissions, and relationships with sibling tools. Minor omissions include explicit error conditions or rate limits, but overall it provides sufficient context for correct invocation.

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?

The input schema covers all 6 parameters with descriptions (100% coverage), but the description adds important context beyond the schema: it explains the mutual exclusivity of alertId and byVolumeThreshold, default and range for silenceDurationMinutes, optional reason, dryRun behavior, and approvalId usage. It also describes the idempotency mechanism, which is not in the schema.

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 the tool is for bulk-silencing noisy alerts that fired repeatedly in the past hour, using specific verbs and resources. It distinguishes itself from sibling tools like silence_alert and unsilence_alert by emphasizing the automated, volume-based triggering and the reversal capability.

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 gives explicit guidance on when to use the tool (e.g., finishing the prompt about repeated alerts) and how to choose between alertId and byVolumeThreshold. It mentions that unsilence_alert can undo the action and that Pro+ users can call it directly, but it could be improved by explicitly stating when not to use it (e.g., for single alert without volume criteria).

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