Skip to main content
Glama

Grafana MCP Server

by levalhq

get_sift_analysis

Retrieve a specific analysis from a Grafana investigation using its unique UUID to access detailed monitoring insights and incident data.

Instructions

Retrieves a specific analysis from an investigation by its UUID

Input Schema

NameRequiredDescriptionDefault
analysisIdYesThe UUID of the specific analysis
investigationIdYesThe UUID of the investigation

Input Schema (JSON Schema)

{ "properties": { "analysisId": { "description": "The UUID of the specific analysis", "type": "string" }, "investigationId": { "description": "The UUID of the investigation", "type": "string" } }, "required": [ "investigationId", "analysisId" ], "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