soundboard_modify_guild_sound
soundboard_modify_guild_sound
Section titled “soundboard_modify_guild_sound”Category: soundboard
Modify a guild soundboard sound’s metadata. Pass only fields you want to change.
When to use
Section titled “When to use”When NOT to use
Section titled “When NOT to use”| Field | Type | Required | Description |
|---|---|---|---|
guild_id | string | yes | Guild containing the sound |
sound_id | string | yes | Sound to modify |
name | string | no | |
volume | unknown | no | |
emoji_id | unknown | no | |
emoji_name | unknown | no | |
audit_reason | string | no | Reason recorded in audit log (X-Audit-Log-Reason header) |
Returns
Section titled “Returns”updated \{sound_id, name, volume, emoji_id, emoji_name\}.
Output schema
Section titled “Output schema”| Field | Type | Required | Description |
|---|---|---|---|
sound_id | string | yes | Discord soundboard sound ID |
name | string | yes | |
volume | number | yes | |
emoji_id | unknown | yes | |
emoji_name | unknown | yes |
Annotations
Section titled “Annotations”| Property | Value |
|---|---|
| Read-only | no |
| Destructive | no |
| Idempotent | yes |
| Open-world | yes |
| Confirmation required | no |
Source
Section titled “Source”packages/mcp-core/src/tools/soundboard/modify_guild_sound.ts