Read Charts (Read-Only)
Skill for discovering and inspecting Lightdash charts.
Purpose
Enables identification and inspection of charts for data analysis purposes.
Tools
Wraps the following MCP tools from the lightdash server:
- •
lightdash_tools__list_charts - •
lightdash_tools__list_charts_as_code
Safety Mode Compliance
- •Read-Only Tools: All tools in this skill are considered safe for
read-onlymode. - •Constraint: Destructive tools like
upsert_chart_as_codeare strictly disallowed in this analysis-focused plugin.
Behavior
- •Discovery: Use
list_chartsto find available charts. - •Inspection: Use
list_charts_as_codeto retrieve the current definition of a chart for logic verification.
Rules
- •Use
list_charts_as_codeonly to understand how a chart is calculated, never for modification.