Skip to main content
Glama
669px

Dc-MCP

by 669px

discord_send_message

Send a message to a Discord channel with optional rich embeds, replies, and controlled mentions. Restrict @everyone or role/user notifications when needed for safe, precise communication.

Instructions

Send a message. Mentions are restricted unless explicitly allowed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
contentNo
guild_idNo
embed_urlNo
channel_idYes
embed_colorNo
embed_titleNo
embed_footerNo
allow_everyoneNo
allow_role_idsNo
allow_user_idsNo
embed_descriptionNo
reply_to_message_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Because no annotations are provided, the description carries the full behavioral disclosure burden. It does disclose one important behavioral constraint: mentions are restricted unless explicitly allowed. However, it does not describe what happens when a mention is blocked, what authorization is required, or how embeds and replies are treated.

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?

Two short sentences with no filler. The primary action comes first, and the critical mention restriction is delivered immediately afterward. Every sentence earns its place.

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

Completeness2/5

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

For such a parameter-rich tool with no annotations, the description is not complete enough. The agent can infer basic sending behavior but cannot fully understand embedding, replying, mention allowlists, or the operational constraints around those features. The output schema helps with return values, but not with usage behavior.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 12 parameters and 0% schema description coverage, the description should compensate by explaining parameter behavior. It only loosely addresses the mention-related parameters and provides no semantics for content, embed_* fields, reply_to_message_id, or guild_id.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

Identifies a specific action—send—and a specific resource—message—so an agent clearly knows what the tool does. It is not a tautology because the mention restriction adds scope, but it does not explicitly differentiate it from related sibling tools such as discord_edit_message or discord_delete_message.

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 usage: use this tool when you want to send a Discord message. It does not explicitly state when-not to use it or offer alternatives, and it leaves prerequisites like channel access and permissions 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/669px/Dc-MCP'

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