Skip to main content
Glama

Lightdash MCP Server

by syucream

lightdash_get_custom_metrics

Retrieve custom metrics for a specific project by providing its UUID. Integrates with Lightdash MCP Server to streamline access to analytics data.

Instructions

Get custom metrics 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