Skip to main content
Glama

Grafana MCP Server

by levalhq

get_dashboard_property

Extract specific dashboard components using JSONPath expressions to efficiently retrieve targeted data from Grafana dashboards while minimizing data transfer.

Instructions

Get specific parts of a dashboard using JSONPath expressions to minimize context window usage

Input Schema

NameRequiredDescriptionDefault
jsonPathYesJSONPath expression to extract specific data
uidYesThe UID of the dashboard

Input Schema (JSON Schema)

{ "properties": { "jsonPath": { "description": "JSONPath expression to extract specific data", "type": "string" }, "uid": { "description": "The UID of the dashboard", "type": "string" } }, "required": [ "uid", "jsonPath" ], "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