Skip to main content
Glama

Lightdash MCP Server

by syucream

lightdash_get_metadata

Retrieve detailed metadata for a specific table in the data catalog by providing the project UUID and table name. Supports easier data analysis and accessibility in Lightdash MCP Server.

Instructions

Get metadata for a specific table in the data catalog

Input Schema

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

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" }, "table": { "minLength": 1, "type": "string" } }, "required": [ "projectUuid", "table" ], "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