Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DISCORD_BOT_TOKEN | Yes | Your Discord Bot Token from the Discord Developer Portal |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| discord_send_message | Send a text message to a Discord channel |
| discord_send_file | Send any type of file to a Discord channel (images, videos, audio, documents, etc.) |
| discord_get_messages | Retrieve messages from a Discord channel |
| discord_get_attachments | Retrieve all types of media attachments from a Discord channel (images, videos, audio, documents, etc.) |
| discord_get_messages_advanced | Advanced message retrieval with date range, keyword search, and pagination |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |