discord_create_channel
Create a text channel, voice channel, or category in a Discord server. Requires Manage Channels permission and returns the new channel's name and ID.
Instructions
Create a text channel, voice channel, or category in a server. Requires the Manage Channels permission. For forum channels use discord_create_forum_channel instead. Returns the new channel's name and ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| guild_id | Yes | Discord server (guild) ID (snowflake) to create the channel in. | |
| name | Yes | Name of the new channel (max 100 characters). | |
| type | No | Channel type to create. Defaults to 'text'. | |
| topic | No | Optional channel topic/description. Applies to text channels only. | |
| category_id | No | Optional category (snowflake) to nest the new channel under. |