Domain knowledge for your AI assistant — workflow patterns, data model concepts, and gotchas for Discord tools.
Domain knowledge for using Discord communication tools effectively
discord_guilds (list all the bot is in, or pass guild_id for one)discord_channels with guild_id (list text channels, or pass channel_id for one)discord_messages with channel_iddiscord_post_message with channel_id + contentdiscord_reply_to_message with channel_id + message_id + contentdiscord_add_reaction with channel_id + message_id + emojidiscord_members with guild_id (list all, or pass user_id for one)1234567890123456789).discord_messages with the thread's channel_id.before / after message IDs instead of cursors.name:id for custom emoji.discord_create_thread with channel_id + message_id + name.discord_create_thread with channel_id + name (no message_id).discord_messages and discord_post_message with the thread's channel_id.discord_edit_message with channel_id + message_id + new content.discord_delete_message (bot's own always, others' with MANAGE_MESSAGES).discord_pin_message / discord_unpin_message (needs MANAGE_MESSAGES).discord_pinned_messages — read these first for channel context.Retry-After headers.name:id format.Install the skill for domain knowledge, enable the bundle for authenticated tool access