Skip to main content
Glama

Grafana MCP Server

by levalhq

find_slow_requests

Search Tempo datasources to identify slow requests within specified time ranges and labels for performance analysis.

Instructions

Searches relevant Tempo datasources for slow requests 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