Skip to main content
Glama

Grafana MCP Server

by levalhq

get_assertions

Retrieve assertion summaries for monitoring entities by specifying type, name, environment, time range, and other parameters to analyze system health and performance.

Instructions

Get assertion summary for a given entity with its type, name, env, site, namespace, and time range

Input Schema

NameRequiredDescriptionDefault
endTimeYesThe end time in RFC3339 format
entityNameYesThe name of the entity
entityTypeYesThe type of the entity (e.g., Service, Node, Pod)
envNoThe environment of the entity
namespaceNoThe namespace of the entity
siteNoThe site of the entity
startTimeYesThe start time in RFC3339 format

Input Schema (JSON Schema)

{ "properties": { "endTime": { "description": "The end time in RFC3339 format", "type": "string" }, "entityName": { "description": "The name of the entity", "type": "string" }, "entityType": { "description": "The type of the entity (e.g., Service, Node, Pod)", "type": "string" }, "env": { "description": "The environment of the entity", "type": "string" }, "namespace": { "description": "The namespace of the entity", "type": "string" }, "site": { "description": "The site of the entity", "type": "string" }, "startTime": { "description": "The start time in RFC3339 format", "type": "string" } }, "required": [ "entityType", "entityName", "startTime", "endTime" ], "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