MCP-Discord

by barryyip0625
Verified

discord_create_forum_post

Input Schema

NameRequiredDescriptionDefault
contentYes
forumChannelIdYes
tagsNo
titleYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "content": { "type": "string" }, "forumChannelId": { "type": "string" }, "tags": { "items": { "type": "string" }, "type": "array" }, "title": { "type": "string" } }, "required": [ "forumChannelId", "title", "content" ], "type": "object" }
ID: 2bqg6lmefv