Plan server build
plan_server_buildValidate a Discord server blueprint against live limits and permissions, then stage an ordered build plan. Reports all conflicts at once without changing anything.
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. |