apply_template
Applies a Discord server template to build roles, categories, and channels. Reports any items that failed or already existed.
Instructions
Applies a template to a Discord server, creating all roles, categories, and channels defined in the template. Reports per-item failures and skipped (already-existing) roles; success is false if any element failed to create.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| guildId | No | Guild ID or name. Defaults to the currently selected guild. | |
| validate | No | Validate the guild before applying | |
| skipRoles | No | Skip creating roles | |
| templateId | Yes | Template ID to apply (gaming, community, business, study-group) | |
| skipCategories | No | Skip creating categories and channels |