Skip to main content
Glama

Grafana MCP Server

by levalhq

get_datasource_by_name

Retrieve detailed information about a specific Grafana datasource by providing its name to access configuration and connection details.

Instructions

Retrieves detailed information about a specific datasource using its name.

Input Schema

NameRequiredDescriptionDefault
nameYesThe name of the datasource

Input Schema (JSON Schema)

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