Export server blueprint
export_server_blueprintCapture a Discord server's full structure—roles, categories, channels, and permissions—into a reusable blueprint, with optional saving for later deployment.
Instructions
Snapshot a live server's structure into a blueprint: roles, categories, channels, and their visibility, with permission overwrites decompiled back into private_to and read_only where they fit and warnings where they do not. Optionally save the result straight to the store with save_as.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| guild | No | Guild (server) name or ID. Omit to use the default guild. | |
| save_as | No | Save the export under this blueprint name. |