Discord
Send messages, read channels, and manage roles.
requires credentials5 tools
Connect your AI to a Discord server via a bot token. Send messages to channels, read recent message history, manage roles, and list server members.
Credentials
| Name | Label | Required |
|---|---|---|
DISCORD_TOKEN | Bot Token | required |
Setup
terminal
# 1. Create a bot at discord.com/developers/applications
# 2. Invite the bot to your server with Send Messages and Read Message History scopes
conductor plugins setup discordTools
| Tool | Description | Inputs | Approval |
|---|---|---|---|
discord_send | Send a message to a channel | channelId, content | required |
discord_read | Read recent messages from a channel | channelId, limit? | — |
discord_channels | List channels in a guild | guildId | — |
discord_members | List server members | guildId, limit? | — |
discord_roles | List roles in a guild | guildId | — |
Tools marked required will prompt the user for approval before execution. These are typically write, delete, or send operations.
Example Prompts
“Send an announcement to #releases”
discord_send“What were the last 20 messages in #general?”
discord_read