Lightdash MCP Server

get_analytics

Retrieve analytics data for a specified table within a Lightdash project. Input project and table details to access insights and metrics via the MCP-compatible server.

Instructions

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

You must be authenticated.

Other Tools from Lightdash MCP Server

Related Tools

ID: e1gbb6sflq