Skip to main content
Glama

Grafana MCP Server

by levalhq

list_incidents

Retrieve Grafana incidents with filtering options for status and drill incidents to monitor and manage system alerts effectively.

Instructions

List Grafana incidents. Allows filtering by status and optionally including drill incidents

Input Schema

NameRequiredDescriptionDefault
drillNoWhether to include drill incidents
limitNoMaximum number of incidents to return
statusNoThe status of incidents to include

Input Schema (JSON Schema)

{ "properties": { "drill": { "description": "Whether to include drill incidents", "type": "boolean" }, "limit": { "description": "Maximum number of incidents to return", "type": "number" }, "status": { "description": "The status of incidents to include", "enum": [ "active", "resolved" ], "type": "string" } }, "type": "object" }

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/levalhq/mcp-grafana'

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