Skip to main content
Glama
jslay88

discord-mcp

by jslay88

Send message

send_message

Send a message to a Discord channel using the channel ID. Optionally reply to an existing message by providing its message ID.

Instructions

Send a message to a channel. Optionally reply to an existing message by passing replyToMessageId.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
contentYesMessage text (max 2000 characters)
channelIdYesThe channel ID to send to
replyToMessageIdNoMessage ID to reply to
Behavior2/5

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

With no annotations, the description carries full responsibility for disclosing behavioral traits. It only states the basic send action and the reply option, but does not mention potential side effects (e.g., message visibility, permissions, rate limits) or failure behavior. For a mutation tool, this lacks important contextual information.

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 extremely concise, two sentences with no filler. It front-loads the primary action and includes the only optional behavior in a clear, efficient manner. Every word 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?

For a simple send-message tool with 3 fully described parameters and no output schema, the description adequately covers the core functionality and the optional reply. It lacks information about permissions or return values, but given the simplicity and schema coverage, it is complete enough for most use cases.

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?

The schema provides 100% coverage of parameters with clear descriptions, so the baseline is 3. The description adds a small clarification about replyToMessageId ('Optionally reply to an existing message'), but this is mostly redundant with the schema's 'Message ID to reply to'. No significant additional semantic value is provided.

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 'Send a message to a channel', which specifies the verb, resource, and recipient. It also mentions the optional reply functionality, distinguishing it from sibling tools like send_dm. This is precise and unambiguous.

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 use for channel messages by saying 'to a channel', but does not explicitly contrast with send_dm or mention when not to use it. The optional reply behavior is noted, but there are no explicit alternatives or exclusions, leaving the usage context implied rather than stated.

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

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