You're viewing a demo portfolio

Join the waitlist
PRSM

create_site

Active

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

declared in 1.0.0

Create a new website for a business. Pass a business candidate object from search_businesses to generate a website. Requires authentication via API key (Bearer token). Generate an API key at webzum.com/dashboard/account-settings. The site generation happens in the background. Use get_site_status to check progress. Returns the businessId which can be used to access the site at /build/{businessId}

Parameters schema

{
  "type": "object",
  "required": [
    "candidate"
  ],
  "properties": {
    "candidate": {
      "type": "object",
      "required": [
        "id",
        "businessName",
        "snippet",
        "source",
        "confidence"
      ],
      "properties": {
        "id": {
          "type": "string"
        },
        "phone": {
          "type": "string"
        },
        "source": {
          "type": "string"
        },
        "address": {
          "type": "string"
        },
        "snippet": {
          "type": "string"
        },
        "website": {
          "type": "string"
        },
        "confidence": {
          "type": "number"
        },
        "businessName": {
          "type": "string"
        }
      },
      "description": "A BusinessCandidate object from search_businesses results (use the _raw array)"
    },
    "extraInfo": {
      "type": "object",
      "properties": {
        "data": {
          "type": "object"
        },
        "note": {
          "type": "string"
        }
      },
      "description": "Optional additional metadata to include with the registration"
    }
  }
}

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 →
create_site — WebZum - The Hosting Layer for AI-Generated Web Content — PRSM MCP