stickers_get_guild_sticker
Fetch a guild sticker's description, tags, and availability using its guild ID and sticker ID.
Instructions
Purpose: Fetch a single guild sticker including description and tags.
When to use:
Inspect description / tags / availability of a known sticker.
Returns: {id, name, description, tags, format_type, available}. Structured description remains raw moderator-authored data; the human-readable text response fences it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| guild_id | Yes | Guild owning the sticker | |
| sticker_id | Yes | Sticker to fetch |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||