Skip to main content
Glama
cappyeo

discord-mcp

channels_forum_create_thread

Create a forum thread with an initial message in a single request, enabling Q&A posts or onboarding flows in Discord forum channels.

Instructions

Purpose: Create a new forum (or media) thread with an initial message in one request.

When to use:

  • Forum-channel onboarding flows; programmatic question/answer post creation.

When NOT to use:

  • Anchored thread on an existing message → use messages_create_thread.

  • Plain text channels - Discord rejects.

Body shape: requires nested message (the initial post). At least one of message.content, message.embeds, or message.components must be present.

Returns: {thread_id, parent_id, message_id}.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesThread (post) name (1-100 chars)
messageYesInitial forum post body. At least one of content/embeds/components required.
channel_idYesParent forum/media channel
applied_tagsNoForum tag IDs to apply to the thread
audit_reasonNoReason recorded in audit log (X-Audit-Log-Reason header)
rate_limit_per_userNo
auto_archive_durationNoAuto-archive after N minutes (60, 1440, 4320, or 10080)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already indicate non-read-only, non-idempotent, non-destructive behavior. The description adds useful behavioral constraints beyond annotations: the nested message requirement, the content/embed/component condition, and the 'Plain text channels - Discord rejects' caveat. It does not contradict annotations.

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?

The description is well-structured with bolded section labels, concise bullet points, and no filler. Every sentence contributes actionable information, keeping the length appropriate for the tool's complexity.

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

Completeness5/5

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

For a tool with 7 parameters and a nested message object, the description covers purpose, when/when-not, body shape requirements, and return shape. It provides sufficient context for an agent to select and invoke the tool correctly, complementing the rich schema and output schema.

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 coverage is high (86%), and the schema already documents the key parameters including message's requirement for content/embeds/components. The description reinforces the nested body shape but does not add significant meaning beyond what the schema provides. Some parameters like rate_limit_per_user lack detail, but the description does not compensate for that.

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 opens with a specific verb-object statement: 'Create a new forum (or media) thread with an initial message in one request.' This clearly identifies the tool's unique scope and differentiates it from the sibling messages_create_thread by explicitly calling out the alternative.

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

Usage Guidelines5/5

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

Provides explicit 'When to use' and 'When NOT to use' sections. It names the alternative tool (messages_create_thread) for anchored threads and states that plain text channels are rejected, giving an agent clear decision criteria.

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

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