Skip to main content
Glama
vovafes

Discord MCP Server

by vovafes

edit_message

Edit a Discord message you sent by providing the channel ID, message ID, and new content. Replaces the existing message text with the updated version.

Instructions

Edit one of your own messages

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
contentYesNew message content
channel_idYesChannel ID
message_idYesMessage ID to edit
Behavior2/5

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

No annotations are provided, so the description carries the full behavioral burden. It only states the action 'edit' and the constraint 'own messages', but does not disclose permissions, side effects, rate limits, or what happens to edit history. It's too minimal to fully inform the agent.

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, front-loaded sentence with no wasted words. It is appropriately concise and immediately communicates the tool's purpose.

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?

The tool is relatively simple with full schema coverage and no output schema, so the description is minimally adequate. However, given no annotations, additional context about restrictions (e.g., only bot-sent messages) or error conditions would improve completeness. It falls short of being fully self-sufficient.

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 input schema provides 100% coverage with descriptions for all three parameters (content, channel_id, message_id). The tool description adds no additional meaning beyond what is already in the schema, so the baseline of 3 applies.

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 'edit' with a clear resource 'one of your own messages', clearly distinguishing it from siblings like send_message, delete_message, and pin_message. It also adds a scope constraint (own messages), which helps with selection.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives, nor any exclusions or prerequisites. It only implies the action, but does not explain when sending a new message or deleting would be more appropriate.

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

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