get_site_status
ActiveTool of WebZum - The Hosting Layer for AI-Generated Web Content
Check the status and generation progress of a site. Returns detailed progress information including: - stage: Current step (initialization, validation, research, strategy, generation, assembly, completion) - overallProgress: Total progress 0-100 across all stages (use this for progress bars) - stageProgress: Progress within current stage 0-100 - message: Human-readable status message - isComplete: Boolean - stop polling when true Use the versionId returned from create_site for real-time progress polling. Poll every 5-10 seconds while isComplete is false.
Parameters schema
{
"type": "object",
"required": [],
"properties": {
"versionId": {
"type": "string",
"description": "The versionId returned from create_site (preferred for progress tracking)"
},
"businessId": {
"type": "string",
"description": "The businessId returned from create_site (fallback, less detailed)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
WebZum - The Hosting Layer for AI-Generated Web Content
1/7 registries