Skip to main content
Glama
ntk148v

alertmanager-mcp-server

get_status

Retrieve the current status of an Alertmanager instance and its cluster to monitor health and operational state.

Instructions

Get current status of an Alertmanager instance and its cluster

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The handler function for the 'get_status' tool. It is decorated with @mcp.tool, indicating registration, and implements the tool by calling make_request to retrieve the status from the Alertmanager API endpoint '/api/v2/status'.
    @mcp.tool(description="Get current status of an Alertmanager instance and its cluster") async def get_status(): """Get current status of an Alertmanager instance and its cluster Returns ------- dict: The response from the Alertmanager API. This is a dictionary containing the response data. """ return make_request(method="GET", route="/api/v2/status")

Other Tools

Related 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/ntk148v/alertmanager-mcp-server'

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