Skip to main content
Glama
669px

Dc-MCP

by 669px

discord_purge_messages

Remove recent messages from any Discord text channel in bulk. Specify the channel ID and message count to clean up chat history.

Instructions

Purge recent messages from a text channel. Requires confirm=true when enabled.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
amountYes
reasonNo
confirmNo
guild_idNo
channel_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No behavioral annotations are provided, so the description must carry the full burden. 'Purge' implies destructive behavior and the confirm note hints at a safety mechanism, but the description does not disclose irreversibility, required permissions, limits on what 'recent' means, or rate-limit/abuse considerations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is appropriately short and front-loaded, using two sentences with no filler. The phrase 'when enabled' is slightly ambiguous, but the overall structure is efficient.

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 a destructive tool with four parameters and no annotations, the description is incomplete. It lacks semantics for parameters, threshold of 'recent,' guild vs. channel targeting, and permission context. An agent would need to guess or rely on external guidance to call this safely.

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?

The schema provides no parameter descriptions and the description gives no additional meaning for amount, channel_id, guild_id, or reason. It only hints at confirm's role, leaving most parameters ambiguously specified.

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?

The description uses a specific verb ('Purge') and resource ('recent messages from a text channel'), making the core operation clear. It does not explicitly distinguish itself from the sibling discord_bulk_delete_messages, so it misses the top score.

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 says what the tool does but never says when to use it instead of alternatives like discord_bulk_delete_messages or discord_delete_message. The only guidance is a vague confirmation requirement ('when enabled'), which is not enough to route an agent consistently.

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