Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DISCORD_GUILD_ID | Yes | Discord server (guild) ID | |
| DISCORD_BOT_TOKEN | Yes | Discord bot token | |
| DISCORD_DEFAULT_CHANNEL | No | Default channel name (defaults to "general") | general |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| discord_send | Send a message to a Discord channel. |
| discord_read | Read recent messages from a Discord channel. |
| discord_reply | Reply to a specific Discord message. |
| discord_react | Add a reaction emoji to a Discord message. |
| discord_channels | List all text channels in the Discord server. |
| discord_check_mentions | Check for recent messages that mention the bot. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |