Skip to main content
Glama

Grafana MCP Server

by levalhq

get_dashboard_summary

Retrieve a compact summary of a Grafana dashboard including title, panel count, panel types, variables, and metadata by providing the dashboard UID.

Instructions

Get a compact summary of a dashboard including title, panel count, panel types, variables, and other metadata

Input Schema

NameRequiredDescriptionDefault
uidYesThe UID of the dashboard

Input Schema (JSON Schema)

{ "properties": { "uid": { "description": "The UID of the dashboard", "type": "string" } }, "required": [ "uid" ], "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