regenerate_footer
ActiveTool of WebZum - The Hosting Layer for AI-Generated Web Content
Regenerate the footer of a WebZum site. Creates a new version with a fresh AI-generated footer and reassembles every page. Use when the user wants different footer content, layout, or copy. Required: businessId, versionId, pageId. Returns { versionId, status: 'completed' | 'in_progress', ...extra }. If status is 'in_progress', poll get_site_status with the returned versionId every 5-10s until isComplete is true. Concurrency: edits on the same businessId MUST be serial. Never fire parallel edit calls on the same site.
Parameters schema
{
"type": "object",
"required": [
"businessId",
"versionId",
"pageId"
],
"properties": {
"pageId": {
"type": "string",
"description": "The pageId where the footer lives (typically \"home\")."
},
"versionId": {
"type": "string",
"description": "The versionId to base this regeneration on."
},
"businessId": {
"type": "string",
"description": "The site's businessId."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
WebZum - The Hosting Layer for AI-Generated Web Content
1/7 registries