create_channel
Create a text, voice, or category channel in a Discord guild by specifying the guild ID, channel name, and type. Optionally set the channel topic and parent category.
Instructions
[WRITE, gated behind DISCORD_MCP_ENABLE_WRITE=1] Create a channel (text/voice/category -- any Discord-valid type int) in a guild.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| type | Yes | ||
| topic | No | ||
| guild_id | Yes | ||
| parent_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||