stickers_list_guild
Get a list of custom stickers from a Discord guild, showing each sticker's id, name, tags, format, and availability. Use it to inventory stickers and select one for a message.
Instructions
Purpose: List custom stickers belonging to a guild.
When to use:
Inventory guild stickers; pick one for a message.
Returns: {stickers:[{id, name, tags, format_type, available}], count}. description is omitted from list output for brevity - fetch via stickers_get_guild_sticker if needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| guild_id | Yes | Guild to inspect |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||