Lightdash MCP Server

get_analytics

Get analytics 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" }