MCP-Discord

by jar285
MIT License
  • Linux
  • Apple

discord_create_text_channel

Create a new text channel in a Discord server with a defined name and optional topic, streamlining communication and organization for your community.

Instructions

Creates a new text channel in a Discord server with an optional topic

Input Schema

NameRequiredDescriptionDefault
channelNameYes
guildIdYes
topicNo

Input Schema (JSON Schema)

{ "properties": { "channelName": { "type": "string" }, "guildId": { "type": "string" }, "topic": { "type": "string" } }, "required": [ "guildId", "channelName" ], "type": "object" }
ID: 4k20oqxijs