Skip to main content
Glama
taka392

discord-mcp

by taka392

create_channel_message

Send a text message to a specified Discord channel. Requires 'Send Messages' permission and respects rate limits and 2000 character limit.

Instructions

Send a text message to a channel.

Requires Send Messages. Respect server rules and rate limits; content is limited to 2000 characters for plain text.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
channel_idYes
contentYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses the need for a specific permission, respects rate limits, and content length limitation. However, it does not describe the return value or side effects (e.g., whether it returns the created message). Still provides useful behavioral context beyond basic purpose.

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?

Very concise: two sentences plus a bullet of constraints. All information is relevant and front-loaded with the action. No filler or redundancy.

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?

Given the tool's simplicity (2 params, has output schema), the description covers purpose, permission, and constraints adequately. However, it omits any mention of the output (what the tool returns), which is relevant for an agent using it. The presence of an output schema is not leveraged in the description.

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?

Schema description coverage is 0%, so description must compensate. It only adds that content is limited to 2000 characters, but provides no explanation for channel_id or additional details for content (e.g., formatting, allowed characters). This adds minimal value beyond the parameter names.

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?

Explicitly states it sends a text message to a channel, with a clear verb and resource. Siblings are all read/list operations, so this is uniquely identified as the write operation for messages.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Mentions required permission 'Send Messages' and constraints like rate limits and 2000 character limit. While it doesn't explicitly compare to siblings, the context makes it clear when to use this tool (to create a message) vs others (to read). A clear when-to-use is present.

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

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