Skip to main content
Glama

Prometheus Alertmanager MCP Server

by comqx

create-silence

Create alert silences in Prometheus Alertmanager by specifying matchers, duration, and reason to temporarily suppress notifications for specific alerts.

Input Schema

NameRequiredDescriptionDefault
matchersYesList of matchers for alerts
startsAtNoSilence start time (ISO8601 format, default is current time)
endsAtYesSilence end time (ISO8601 format)
createdByYesUsername who created the silence
commentYesReason or explanation for the silence

Input Schema (JSON Schema)

{ "properties": { "comment": { "description": "Reason or explanation for the silence", "type": "string" }, "createdBy": { "description": "Username who created the silence", "type": "string" }, "endsAt": { "description": "Silence end time (ISO8601 format)", "type": "string" }, "matchers": { "description": "List of matchers for alerts", "items": { "additionalProperties": false, "properties": { "isRegex": { "description": "Use regex matching", "type": "boolean" }, "name": { "description": "Matcher name (e.g. alertname)", "type": "string" }, "value": { "description": "Matcher value (e.g. HighCPULoad)", "type": "string" } }, "required": [ "name", "value" ], "type": "object" }, "type": "array" }, "startsAt": { "description": "Silence start time (ISO8601 format, default is current time)", "type": "string" } }, "required": [ "matchers", "endsAt", "createdBy", "comment" ], "type": "object" }

Other Tools from Prometheus Alertmanager MCP Server

Related Tools

    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/comqx/alertmanager-mcp'

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