Plan server build
plan_server_buildValidate a server blueprint against live Discord limits, permissions, and naming collisions, and stage an ordered build plan without making changes.
Instructions
Validate a blueprint against the live server and stage an ordered build plan. Checks Discord limits, name collisions, role references, feature requirements, and the bot's permissions, and reports every problem at once. Changes nothing. Compose the blueprint from the user's request, optionally starting from a reference layout. Existing channels and roles with matching names are reused, never duplicated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| guild | No | Guild (server) name or ID. Omit to use the default guild. | |
| blueprint | Yes | The desired structure: roles, categories, channels. |