stickers_get
Look up a Discord sticker by ID and get its name, description, tags, type, and format.
Instructions
Purpose: Public lookup of a single sticker by ID (no guild context).
When to use:
Resolve a sticker ID surfaced in a message or pack response.
Returns: {id, name, description, tags, type, format_type, guild_id?}. Structured description remains raw user-authored data; the human-readable text response fences it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sticker_id | Yes | Sticker to fetch |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||