Edit Charts (Admin)
Skill for administrative modification of Lightdash charts within a project.
Purpose
Enables administrative updates to charts to ensure consistency and compliance with project standards.
Tools
Wraps the following MCP tools from the lightdash server:
- •
lightdash_tools__upsert_chart_as_code
Safety Mode Compliance
- •Write-Destructive Tools:
upsert_chart_as_code. - •Constraint:
upsert_chart_as_codeis restricted to administrative updates whenLIGHTDASH_TOOL_SAFETY_MODEis set towrite-destructive.
Behavior
- •Administrative Updates: Use
upsert_chart_as_codefor bulk administrative changes or ensuring consistency across charts. - •Discovery: Refer to
read-chartsto find the correct chart IDs before attempting an update.
Rules
- •For core development and creation of new charts, use the official
developing-in-lightdashskill. - •Use
upsert_chart_as_codeprimarily for administrative tasks like fixing metadata, updating owners, or bulk organization.