Skip to main content
Glama

Grafana MCP Server

by levalhq

create_incident

Create a new incident in Grafana with specified title, severity, and room prefix to manage and track operational issues within monitoring systems.

Instructions

Create a new Grafana incident. Requires title, severity, and room prefix

Input Schema

NameRequiredDescriptionDefault
attachCaptionNoCaption of the attachment
attachUrlNoURL of the attachment
isDrillNoWhether the incident is a drill
labelsNoLabels to add to the incident
roomPrefixYesThe prefix of the room to create the incident in
severityYesThe severity of the incident
statusNoThe status of the incident
titleYesThe title of the incident

Input Schema (JSON Schema)

{ "properties": { "attachCaption": { "description": "Caption of the attachment", "type": "string" }, "attachUrl": { "description": "URL of the attachment", "type": "string" }, "isDrill": { "description": "Whether the incident is a drill", "type": "boolean" }, "labels": { "description": "Labels to add to the incident", "items": { "additionalProperties": false, "properties": { "colorHex": { "type": "string" }, "description": { "type": "string" }, "key": { "type": "string" }, "label": { "type": "string" } }, "required": [ "key", "label" ], "type": "object" }, "type": "array" }, "roomPrefix": { "description": "The prefix of the room to create the incident in", "type": "string" }, "severity": { "description": "The severity of the incident", "type": "string" }, "status": { "description": "The status of the incident", "type": "string" }, "title": { "description": "The title of the incident", "type": "string" } }, "required": [ "title", "severity", "roomPrefix" ], "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