Skip to main content
Glama

Grafana MCP Server

by levalhq

get_dashboard_by_uid

Retrieve a complete Grafana dashboard with all panels, variables, and settings using the dashboard's unique identifier (UID).

Instructions

Retrieves the complete dashboard, including panels, variables, and settings, for a specific dashboard identified by its UID

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