Skip to main content
Glama

Grafana MCP Server

by levalhq

get_datasource_by_uid

Retrieve detailed information about a specific Grafana datasource using its unique identifier (UID) to streamline data access and management.

Instructions

Retrieves detailed information about a specific datasource using its UID.

Input Schema

NameRequiredDescriptionDefault
uidYesThe uid of the datasource

Input Schema (JSON Schema)

{ "properties": { "uid": { "description": "The uid of the datasource", "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