Skip to main content
Glama
cappyeo

discord-mcp

threads_join

Idempotent

Join the bot to a Discord thread to receive events and send messages. Safe to call repeatedly; re-joining has no effect.

Instructions

Purpose: Join the current bot user to a thread.

When to use:

  • Bot must be a member to receive thread events / send messages.

When NOT to use:

  • Adding another user → use threads_add_member.

Returns: {joined, thread_id}. Idempotent - re-joining is a no-op.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
thread_idYesThread to join

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

Annotations already declare idempotentHint=true, readOnlyHint=false, and destructiveHint=false. The description adds specific context: re-joining is a no-op, the return value structure ({joined, thread_id}), and the purpose of joining. This aligns with and enriches the annotations without contradiction.

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 compact and front-loaded with the purpose, uses bullet points for quick scanning, and every line adds value (purpose, when, when not, returns, idempotency). No filler or redundancy.

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?

This is a simple one-parameter tool with an output schema and informative annotations. The description fully covers when to use, when not to use, the return value, and idempotent behavior. It is complete for an agent to select and invoke correctly.

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% (thread_id is described as 'Thread to join'), so the schema already documents the parameter. The description adds no additional syntax, format, or semantic detail beyond what the schema provides, meeting the baseline of 3.

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 states a specific verb and resource: 'Join the current bot user to a thread.' It clearly distinguishes from the sibling threads_add_member by specifying 'current bot user' versus adding another user. This is exactly the level of specificity needed.

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?

The description provides explicit 'When to use' and 'When NOT to use' sections, including the prerequisite for receiving thread events/sending messages and naming the alternative tool threads_add_member. 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