Skip to main content
Glama

Lightdash MCP Server

by syucream

get_metadata

Retrieve detailed metadata for a specific table in Lightdash's data catalog using the project UUID and table name.

Instructions

Get metadata for a specific table in the data catalog

Input Schema

NameRequiredDescriptionDefault
projectUuidYes
tableYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "projectUuid": { "type": "string" }, "table": { "type": "string" } }, "required": [ "projectUuid", "table" ], "type": "object" }

You must be authenticated.

Other Tools from Lightdash MCP Server

Related Tools

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