MCP-Discord

by jar285
MIT License
  • Linux
  • Apple

discord_delete_message

Delete a specific message from a Discord text channel using channel ID and message ID. This tool enables precise message management for AI assistants on the MCP-Discord server.

Instructions

Deletes a specific message from a Discord text channel

Input Schema

NameRequiredDescriptionDefault
channelIdYes
messageIdYes
reasonNo

Input Schema (JSON Schema)

{ "properties": { "channelId": { "type": "string" }, "messageId": { "type": "string" }, "reason": { "type": "string" } }, "required": [ "channelId", "messageId" ], "type": "object" }
ID: 4k20oqxijs