Skip to main content
Glama
diocata

discord-bot-mcp

by diocata

discord_admin_messages

Destructive

Manage Discord messages by retrieving, editing, deleting, bulk-deleting, pinning, unpinning, and listing pinned messages. Perform message administration via the Discord REST API.

Instructions

Get, edit, delete, bulk-delete, pin, unpin, or list pinned messages.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataNoDiscord API JSON request body
reasonNoDiscord audit-log reason
channelIdYes
messageIdNo
operationYes
Behavior2/5

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

Annotations already declare destructiveHint=true and readOnlyHint=false. The description adds little beyond restating operations; it does not disclose side effects, rate limits, required permissions, or constraints (e.g., bulk-delete limits). No contradiction with annotations is present.

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, perfectly concise sentence that front-loads the primary actions. Every word is functional, and no filler is present.

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 tool with multiple operations, five parameters, and no output schema, the description is too sparse. It omits return values, operation-specific input requirements, and behavioral constraints. The tool's complexity demands far more detail for an agent to invoke it correctly.

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 description repeats operation names from the 'operation' enum but does not explain how parameters like data, messageId, channelId, or reason map to each operation. With only 40% schema description coverage, the description fails to compensate for the lack of parameter detail.

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 clearly states a set of operations ('Get, edit, delete, bulk-delete, pin, unpin, or list pinned messages') on the 'messages' resource. It is specific and largely distinguishes this tool from siblings like discord_read_messages by focusing on admin actions, though it does not explicitly name alternatives.

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 on when to use this tool versus siblings such as discord_send_message or discord_read_messages. There is no mention of prerequisites, operation selection criteria, or exclusions (e.g., when bulk_delete is preferred over delete). The description is purely a list of capabilities.

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

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