Skip to main content
Glama

Grafana MCP Server

by levalhq

find_error_pattern_logs

Search Loki logs to identify elevated error patterns within specified time ranges and label scopes for monitoring analysis.

Instructions

Searches Loki logs for elevated error patterns and returns the results

Input Schema

NameRequiredDescriptionDefault
endNoEnd time for the investigation
labelsYesLabels to scope the analysis
nameYesThe name of the investigation
startNoStart time for the investigation

Input Schema (JSON Schema)

{ "properties": { "end": { "description": "End time for the investigation", "type": "string" }, "labels": { "additionalProperties": { "type": "string" }, "description": "Labels to scope the analysis", "type": "object" }, "name": { "description": "The name of the investigation", "type": "string" }, "start": { "description": "Start time for the investigation", "type": "string" } }, "required": [ "name", "labels" ], "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