Skip to main content
Glama

alertmanager-mcp-server

Apache 2.0
6
  • Linux
  • Apple

get_alerts

Retrieve a list of alerts from the alertmanager-mcp-server by applying filters for silenced, inhibited, or active statuses to streamline monitoring and incident management.

Instructions

Get a list of alerts

Input Schema

NameRequiredDescriptionDefault
activeNo
filterNo
inhibitedNo
silencedNo

Input Schema (JSON Schema)

{ "properties": { "active": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "Active" }, "filter": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Filter" }, "inhibited": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "Inhibited" }, "silenced": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "Silenced" } }, "title": "get_alertsArguments", "type": "object" }

Other Tools from 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/ntk148v/alertmanager-mcp-server'

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