MCP-Discord

by barryyip0625
Verified

discord_create_text_channel

Input Schema

NameRequiredDescriptionDefault
channelNameYes
guildIdYes
topicNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "channelName": { "type": "string" }, "guildId": { "type": "string" }, "topic": { "type": "string" } }, "required": [ "guildId", "channelName" ], "type": "object" }
ID: 2bqg6lmefv