Edit Users
Skill for modifying Lightdash organization members (including deletion).
Purpose
Provides tools for administrative tasks related to modifying user access and organization membership.
Tools
Wraps the following MCP tools from the lightdash server:
- •
lightdash_tools__delete_member
Safety Mode Compliance
- •Write-Destructive Tools:
delete_member. - •Constraint:
delete_memberMUST ONLY be used whenLIGHTDASH_TOOL_SAFETY_MODEis set towrite-destructive.
Behavior
- •Safety Check: Before attempting to use
delete_member, check the environment variableLIGHTDASH_TOOL_SAFETY_MODE. If it is notwrite-destructive, inform the user that the action is blocked. - •User Discovery: Refer to the
read-usersskill to find the correctuserUuidbefore attempting deletion.
Rules
- •NEVER delete a member without explicit confirmation from the user.
- •ALWAYS verify the
userUuidbefore performing any destructive action.