Skip to main content
Glama
yarang

Discord Decision MCP

by yarang

discord_delete_message

Delete messages from Discord channels to remove unwanted content or correct errors. Specify channel and message IDs to permanently erase messages.

Instructions

Discord에서 메시지를 삭제한다.

⚠️ 주의: 삭제된 메시지는 복구할 수 없습니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
channel_idYes채널 ID 또는 Thread ID
message_idYes삭제할 메시지 ID

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations provided, the description carries full burden. It clearly discloses the destructive nature ('삭제된 메시지는 복구할 수 없습니다' - deleted messages cannot be recovered) and includes a warning symbol (⚠️). However, it doesn't mention authentication requirements, rate limits, error conditions, or what happens with insufficient permissions.

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?

Extremely concise with just two sentences - one stating the purpose, one providing critical warning. Every element earns its place, and the warning is appropriately highlighted with a symbol. No wasted words.

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 destructive operation with 2 parameters, 100% schema coverage, and an output schema (though not shown), the description provides the essential warning about irreversibility. However, as a mutation tool with no annotations, it could benefit from mentioning authentication or permission requirements. The existence of an output schema means return values don't need explanation.

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 description coverage is 100%, so the schema already fully documents both parameters (channel_id and message_id). The description adds no additional parameter information beyond what's in the schema, meeting the baseline for high schema coverage.

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 the specific action ('삭제한다' - deletes) and resource ('메시지' - message) in Discord. It directly distinguishes from sibling tools like discord_delete_messages (plural) by specifying single message deletion.

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?

No guidance is provided about when to use this tool versus alternatives like discord_delete_messages or other Discord operations. The description doesn't mention prerequisites, permissions needed, or contextual constraints beyond the warning about irreversibility.

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

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