mcp-discord-forum
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DISCORD_BOT_TOKEN | Yes | Your Discord bot token |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create_forum_postB | Create a new post (thread) in a Discord forum channel |
| reply_to_forum_postA | Send a message (reply) to an existing forum post thread |
| list_forum_postsA | List active threads (posts) in a Discord forum channel |
| get_forum_post_messagesC | Get messages from a forum post thread |
| list_forum_tagsB | List available tags in a Discord forum channel |
| edit_forum_postB | Edit the title of an existing forum post (thread) |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 6 tools
Each tool has a distinct purpose: creating, editing, listing, replying, fetching messages, and listing tags. No overlap or ambiguity.
All tools follow a consistent verb_noun pattern using snake_case, such as create_forum_post, list_forum_posts, etc. No deviations.
Six tools cover the essential operations for a Discord forum server. The count is well-scoped and not excessive or insufficient.
The set covers creation, reading, listing, replying, and tag management. Missing operations like deletion or archiving are minor omissions for a basic forum tool.