Skip to main content
Glama

Lightdash MCP Server

by syucream

lightdash_get_catalog

Fetch the catalog of a Lightdash project by specifying its UUID, enabling efficient access to analytics data such as spaces, charts, dashboards, and metrics.

Instructions

Get 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