MCP-Discord

by jar285
MIT License
  • Linux
  • Apple

discord_reply_to_forum

Enable AI assistants to reply to Discord forum posts by specifying the thread ID and message content, facilitating automated interactions on the MCP-Discord server.

Instructions

Adds a reply to an existing forum post or thread

Input Schema

NameRequiredDescriptionDefault
messageYes
threadIdYes

Input Schema (JSON Schema)

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