Skip to main content
Glama

MCP-Discord

by jar285
MIT License
16
1
  • Linux
  • Apple

discord_delete_message

Delete specific messages from a Discord text channel by providing the channel ID and message ID, ensuring precise message management and moderation.

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" }

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

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