soundboard_delete_guild_sound
Delete a guild soundboard sound permanently. Requires explicit confirmation to complete.
Instructions
Purpose: Delete a guild soundboard sound. DESTRUCTIVE - IRREVERSIBLE.
Returns: {deleted, sound_id, guild_id}.
Security: gated by ConfirmRequired. Pass __confirm:true AND set MCP_DRY_RUN=false.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| guild_id | Yes | Guild containing the sound | |
| sound_id | Yes | Sound to delete (IRREVERSIBLE) | |
| __confirm | No | Set true to authorize this destructive operation. Also requires the server to run with MCP_DRY_RUN=false; otherwise a DRY_RUN_PREVIEW is returned. | |
| audit_reason | No | Reason recorded in audit log (X-Audit-Log-Reason header) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||