create_channel
Create text, voice, announcement, stage, or forum channels in a Discord server with configuration for name, type, topic, permissions, and more.
Instructions
Creates a new channel in a Discord server. Supports text, voice, announcement, stage, and forum channels.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the channel (1-100 characters) | |
| nsfw | No | Whether the channel is age-restricted | |
| type | No | Channel type (default: text) | text |
| topic | No | Channel topic (text channels, max 1024 chars) | |
| bitrate | No | Bitrate for voice channels (8000-384000) | |
| guildId | No | Guild ID or name. Defaults to the currently selected guild. | |
| position | No | Position in the channel list | |
| slowmode | No | Slowmode in seconds (0-21600) | |
| userLimit | No | User limit for voice channels (0-99, 0 = unlimited) | |
| categoryId | No | ID of the category to place this channel in | |
| permissionOverwrites | No | Permission overwrites for roles/users. |