Skip to main content
Glama
LucasMonteiro1

mcp-discord-forum

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DISCORD_BOT_TOKENYesYour 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

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 6 tools

Disambiguation5/5

Each tool has a distinct purpose: creating, editing, listing, replying, fetching messages, and listing tags. No overlap or ambiguity.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern using snake_case, such as create_forum_post, list_forum_posts, etc. No deviations.

Tool Count5/5

Six tools cover the essential operations for a Discord forum server. The count is well-scoped and not excessive or insufficient.

Completeness4/5

The set covers creation, reading, listing, replying, and tag management. Missing operations like deletion or archiving are minor omissions for a basic forum tool.

Maintenance

ActivitySlowing
ResponsivenessNo issues