create_role
Add a customizable role to a Discord server by specifying name, color, and mentionable options.
Instructions
Create a new role in the server
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| guild_id | Yes | ||
| name | Yes | Role name | |
| color | No | Hex color (e.g. "#FF0000", optional) | |
| mentionable | No | Whether the role is mentionable (default false) | |
| reason | No | Audit log reason (optional) |