Skip to main content
Glama
swaritsoni6-lgtm

Discord MCP Server

send_message

Send messages to Discord text channels or threads by specifying the channel ID, with support for content, embeds, replies, and TTS.

Instructions

Sends a message to a specified Discord text channel or thread.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ttsNoWhether this is a Text-to-Speech message.
embedsNoOptional embedded rich content objects.
contentNoThe message text content (up to 2000 characters).
channel_idYesThe ID of the channel or thread to send to.
reply_to_message_idNoOptional message ID to reply to.
Behavior2/5

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

There are no annotations, so the description carries the full burden of behavioral disclosure. It only states the core action and target, but does not mention required permissions, rate limits, public visibility of the message, or what happens on failure. For a mutating tool with zero annotation coverage, this is a notable gap.

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 a single sentence with no filler. It front-loads the main action and target, making it immediately scannable for an agent.

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

Completeness3/5

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

With 5 parameters, no annotations, and no output schema, the description provides a minimal but functional summary. The schema robustly documents the parameters, but the description omits operational context like return value, permission requirements, and potential errors, so the agent is left to infer these important details.

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 baseline is 3. The description adds a small clarification that channel_id refers to text channels or threads, but it does not otherwise elaborate on tts, embeds, content, or reply_to_message_id beyond what the schema already 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 uses a specific verb ('Sends') and identifies both the action and the resource ('a message to a specified Discord text channel or thread'). This clearly differentiates it from sibling tools like edit_message, delete_message, or create_thread.

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?

The description implies the tool should be used whenever you need to send a message to a Discord text channel or thread, but it does not explicitly state when not to use it or name alternatives. No exclusions or comparative guidance is provided.

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/swaritsoni6-lgtm/discord-mcp-server'

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