Skip to main content
Glama

discord_create_forum_post

Create a new post in a Discord forum channel, starting a thread with a title and starter message. Requires Send Messages and Create Public Threads permissions.

Instructions

Create a new post (a thread with a starter message) in a forum channel. Requires the Send Messages and Create Public Threads permissions. Use discord_reply_to_forum to add follow-up messages. Returns the new post's name and thread ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYesTitle of the post, used as the thread name (max 100 characters).
contentYesBody of the post's starter message (max 2000 characters).
applied_tagsNoOptional tag IDs to apply. Get valid IDs from discord_get_forum_tags.
forum_channel_idYesID (snowflake) of the forum channel to post in.
Behavior3/5

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

Annotations already indicate mutable, non-destructive, non-idempotent behavior. Description adds permission requirements and return value (name and thread ID) but omits rate limits, error conditions, or side effects beyond creation.

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

Conciseness5/5

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

Two sentences plus a permission note, front-loaded with the core action, no fluff. Every sentence earns its place.

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

Completeness4/5

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

No output schema, so description correctly states return value. Covers creation, required permissions, and sibling tool for next action. Missing error handling or tag validation details but sufficient for a 4-param tool.

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 covers 100% of parameters with descriptions, so baseline is 3. The tool description adds no extra parameter meaning beyond what schema already provides (e.g., max lengths are in schema).

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 uses the specific verb 'Create' with the resource 'forum post', clarifies it as 'a thread with a starter message', and differentiates from sibling 'discord_reply_to_forum' for follow-up messages, making the purpose unambiguous.

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

Usage Guidelines4/5

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

Explicitly states required permissions (Send Messages, Create Public Threads) and directs to use 'discord_reply_to_forum' for follow-ups. Lacks explicit 'when not to use' but clear enough.

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/PaSympa/discord-mcp'

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