MCP-Discord

by jar285
MIT License
  • Linux
  • Apple

discord_delete_forum_post

Deletes a specific Discord forum post or thread, allowing for an optional reason to be included. Simplifies moderation and cleanup tasks within Discord communities.

Instructions

Deletes a forum post or thread with an optional reason

Input Schema

NameRequiredDescriptionDefault
reasonNo
threadIdYes

Input Schema (JSON Schema)

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