Explore Data
Skill for understanding the Lightdash semantic layer, including explores, metrics, and dimensions.
Purpose
Enables data exploration and discovery within the semantic layer.
Tools
Wraps the following MCP tools from the lightdash server:
- •
lightdash_tools__list_explores - •
lightdash_tools__get_explore - •
lightdash_tools__list_dimensions - •
lightdash_tools__list_metrics - •
lightdash_tools__get_field_lineage
Safety Mode Compliance
- •Read-Only Tools: All tools in this skill (
list_explores,get_explore,list_dimensions,list_metrics,get_field_lineage) are safe forread-onlymode.
Behavior
- •Discovery: Use
list_exploresto see available tables/explores. - •Detail Inspection: Use
get_exploreto see the full list of dimensions and metrics for a specific explore. - •Lineage Analysis: Use
get_field_lineageto understand the upstream dependencies of a specific field.
Rules
- •Use the exact
exploreIdandfieldIdstrings returned by the tools. - •When searching for metrics, prefer using
list_metricsacross the data catalog.