Skip to main content
Glama

alertmanager-mcp-server

Apache 2.0
6
  • Linux
  • Apple

get_alert_groups

Retrieve a list of alert groups based on their status, including silenced, inhibited, or active, for efficient monitoring and management in alertmanager-mcp-server.

Instructions

Get a list of alert groups

Input Schema

NameRequiredDescriptionDefault
activeNo
inhibitedNo
silencedNo

Input Schema (JSON Schema)

{ "properties": { "active": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "Active" }, "inhibited": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "Inhibited" }, "silenced": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "Silenced" } }, "title": "get_alert_groupsArguments", "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