render_site
Turn a JSON content payload into a live multi-page learning website and get its URL. Use once per site; later edits use add/update tools.
Instructions
Render a full site and return its URL.
Use this once per site. To change a site afterwards, prefer the add_* and update_* tools — they patch the stored payload in place, so you do not have to resend content that has not changed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| payload | Yes | The complete site description | |
| overwrite | No | Replace an existing site with the same slug |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||