Skip to main content
Glama
cappyeo

discord-mcp

messages_create_thread

Start a public thread anchored to an existing message to turn announcements or proposals into organized discussions.

Instructions

Purpose: Start a public thread anchored to an existing message.

When to use:

  • Spin up discussion off of an announcement or proposal.

When NOT to use:

  • Forum channels - use channels_forum_create_thread (Phase B).

  • Standalone (un-anchored) thread - use a non-message thread tool once available.

Example: {channel_id:"111122223333444401", message_id:"999000999000999000", name:"Discussion"}

Returns: {thread_id, name, parent_id}.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesThread name (1-100 chars)
channel_idYesParent channel containing the anchor message
message_idYesMessage to anchor the thread to
audit_reasonNoReason recorded in audit log (X-Audit-Log-Reason header)
rate_limit_per_userNoSlowmode in seconds (0-21600)
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 a mutating operation (readOnlyHint=false). The description adds context about the thread being public, anchored to an existing message, and includes the return structure. This goes beyond the annotations without contradicting them.

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 and concise, using clear sections for purpose, usage, non-usage, example, and return value. Every sentence contributes value without wasted words.

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?

The description is complete for this tool: it explains when to use it, when not to, provides an example, and specifies the return format. Given the schema is fully detailed and output schema exists, no critical information is missing.

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 100%, so the schema already documents all parameters. The description provides a concrete example with placeholder IDs and a name, which adds some practical illustration, but does not deeply explain parameter semantics beyond the schema's existing descriptions.

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 tool's purpose: 'Start a public thread anchored to an existing message.' This is a specific verb+resource combination that distinguishes it from sibling tools like channels_forum_create_thread, which is explicitly called out.

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, including alternatives such as channels_forum_create_thread for forum channels and a future standalone thread tool. This gives clear decision-making guidance.

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