Skip to main content
Glama

Lightdash MCP Server

by syucream

lightdash_get_metrics_catalog

Retrieve a catalog of metrics for a specific Lightdash project by providing its UUID, enabling quick access to analytical data for insights and decision-making.

Instructions

Get metrics catalog for a project

Input Schema

NameRequiredDescriptionDefault
projectUuidYesThe UUID of the project. You can obtain it from the project list.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "projectUuid": { "description": "The UUID of the project. You can obtain it from the project list.", "format": "uuid", "type": "string" } }, "required": [ "projectUuid" ], "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/syucream/lightdash-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server