You're viewing a demo portfolio

Join the waitlist
PRSM

regenerate_image

Active

Tool of WebZum - The Hosting Layer for AI-Generated Web Content

declared in 1.0.0

Regenerate one image inside a specific section of a WebZum site. Creates a new version with a freshly AI-generated image for that section and reassembles. Use the optional userMessage to steer the new image — "show a wider shot", "change the angle", "make it sunset lighting", etc. Required: businessId, versionId, sectionId. 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",
    "sectionId"
  ],
  "properties": {
    "sectionId": {
      "type": "string",
      "description": "The sectionId whose image should be regenerated."
    },
    "versionId": {
      "type": "string",
      "description": "The versionId to base this regeneration on."
    },
    "businessId": {
      "type": "string",
      "description": "The site's businessId."
    },
    "userMessage": {
      "type": "string",
      "description": "Optional steering for the new image (e.g. \"wider shot\", \"sunset lighting\")."
    },
    "assistantContext": {
      "type": "string",
      "description": "Optional assistant context to accompany the userMessage."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

WebZum - The Hosting Layer for AI-Generated Web Content

1/7 registries
View full server →
regenerate_image — WebZum - The Hosting Layer for AI-Generated Web Content — PRSM MCP