stickers_modify_guild_sticker
stickers_modify_guild_sticker
Section titled “stickers_modify_guild_sticker”Category: stickers
Update a guild sticker’s name, description, or tags.
When to use
Section titled “When to use”- Rebrand or re-tag an existing sticker.
When NOT to use
Section titled “When NOT to use”- Replacing the sticker file — Discord does not allow editing the file; create a new one and delete the old.
| Field | Type | Required | Description |
|---|---|---|---|
guild_id | string | yes | Guild owning the sticker |
sticker_id | string | yes | Sticker to modify |
name | string | no | New name (2-30 chars) |
description | string | no | New description (max 100 chars) |
tags | string | no | New autocomplete tags (max 200 chars) |
audit_reason | string | no | Reason recorded in audit log (X-Audit-Log-Reason header) |
Returns
Section titled “Returns”\{id, name, description, tags, format_type, available\}.
Output schema
Section titled “Output schema”| Field | Type | Required | Description |
|---|---|---|---|
id | string | yes | Discord sticker ID |
name | string | yes | |
description | unknown | yes | |
tags | string | yes | |
format_type | integer | yes | |
available | boolean | 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/stickers/modify_guild_sticker.ts