create_category
Create a new category in a Discord server to group related channels together. Configure name, position, and permission overwrites for access control.
Instructions
Creates a new category in a Discord server. Categories organize channels into groups.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the category (1-100 characters) | |
| guildId | No | Guild ID or name. Defaults to the currently selected guild. | |
| position | No | Position of the category in the channel list | |
| permissionOverwrites | No | Permission overwrites for roles/users. Use this to make the category private. |