Skip to main content
Glama
LucasMonteiro1

mcp-discord-forum

create_forum_post

Create a new thread in a Discord forum channel by providing the channel ID, title, and content. Optionally apply tags to categorize the post.

Instructions

Create a new post (thread) in a Discord forum channel

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagsNoList of tag IDs to apply to the post
titleYesTitle of the forum post
contentYesContent/body of the first message in the post
channel_idYesID of the forum channel
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries full burden for behavioral disclosure, but only provides basic purpose. It omits details like required permissions, rate limits, or content formatting.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, focused sentence with no unnecessary words. However, it could be slightly expanded to include usage context without being verbose.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the absence of annotations and output schema, the description leaves gaps in behavioral and usage guidance. While parameter semantics are covered, the overall context for an agent to correctly invoke the tool is incomplete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, and schema descriptions adequately explain each parameter. The description adds no additional information beyond what the schema provides.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb 'Create', resource 'post (thread)', and context 'in a Discord forum channel'. It distinguishes from siblings like edit_forum_post and reply_to_forum_post.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No explicit when-to-use or when-not-to-use guidance is provided. The description implies use for creating new threads versus replying or editing, but lacks exclusions or alternative recommendations.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/LucasMonteiro1/mcp-discord-forum'

If you have feedback or need assistance with the MCP directory API, please join our Discord server