discord_create_forum_channel
Create a forum channel for threaded discussions. Requires Manage Channels permission.
Instructions
Create a new forum channel in a server. A forum holds posts (threads) rather than a linear message feed. Requires the Manage Channels permission. Use discord_create_channel for text/voice channels instead. Returns the new channel's name and ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| guild_id | Yes | Discord server (guild) ID (snowflake). | |
| name | Yes | Name of the new forum channel (max 100 characters). | |
| topic | No | Guidelines/topic text shown at the top of the forum. | |
| category_id | No | Optional category (snowflake) to nest the forum under. |