Verba Plugin profile

Discord Admin

Configure this Discord server from natural language: set up themed server layouts, create categories and rooms, create or assign roles, set channel permissions, rename channels, optionally update the server icon, and enable or disable always-respond mode for the current room.

discord_admin Version 1.0.18
When to use

Best-fit scenarios

Use for Discord server setup and admin work in this server: broad creative setups like Tater HQ or gamer style, exact room/category requests, role commands, permissions, server icon changes, and current-room always-respond mode.

How to call it

Execution guidance

Use the example call shape below and provide only the fields the plugin expects.

Arguments

Input shape

  • request string

    Discord admin request in natural language (describe what to create, rename, or configure; for example: setup this Discord for Tater HQ Dev, setup this server gamer style, setup this Discord for Tater HQ, always talk in this room, only respond to ping here, list roles, give me the Tater Crew role, role yourself BotRole).

Settings

Required configuration

No required settings are declared in the current Verba Plugin metadata.

Example call

Canonical usage JSON

{
  "function": "discord_admin",
  "arguments": {
    "request": "Discord admin request in natural language (describe what to create, rename, or configure; for example: setup this Discord for Tater HQ Dev, setup this server gamer style, setup this Discord for Tater HQ, always talk in this room, only respond to ping here, list roles, give me the Tater Crew role, role yourself BotRole)."
  }
}