Skip to main content
Glama

Create a Warpweb site

create_site

Builds and deploys a complete multi-page website for a local business from its Google Places listing, including researched copy, SEO, and hosting.

Instructions

Kick off an end-to-end website build for a real business. Warpweb auto-researches the business (Google Places: hours, address, phone, photos, reviews, service area, category, services), writes copy in a voice matched to the vertical, picks photos, generates a vertical-aware design, builds a multi-page site (home / about / services / contact + vertical-specific sections), adds SEO (meta tags, sitemap, Schema.org JSON-LD), and deploys to a free *.warpweb.app subdomain. Required inputs you must collect from the user: contactEmail only (where form submissions go). placeId should come from a prior search_businesses call, NOT from asking the user. DO NOT ask the user about: service area, services offered, business hours, phone, address, business description, photos, FAQs, testimonials, target audience, target demographics, "anything to emphasize," design style, tone, or any other content questions. Warpweb auto-researches all of that from Google Places via the placeId — asking the user wastes their time and produces a worse result than the engine's research (which uses up-to-date Places data, reviews, and photos). Optional ownerPrompt is the one place to capture user voice direction, but only if the user volunteers it unprompted (e.g. "make it sound friendly" or "emphasize 24/7 service"). Do not solicit it. If you arrive here without a placeId, go back and call search_businesses first. The auto-resolution fallback (using businessName + businessLocation without placeId) is a coin flip for common names and will silently build a site for the wrong business. Only fall back if search_businesses failed twice and the user explicitly approved proceeding anyway. ASYNC: this call returns a siteId and status: "generating" IMMEDIATELY. Real builds take 3–8 minutes. After calling this, EITHER poll get_site every 2–5 seconds until status is complete or failed, OR subscribe to the site.complete / site.failed lifecycle webhooks on warpweb.ai/app for push delivery (preferred). Best for service-based local businesses (trades, clinics, salons, agencies, restaurants, real estate) that have a Google Places listing — that's what Warpweb is calibrated for. SaaS or fully-remote companies still work, but the result reads more generic. Cost: ~200–500 credits, billed at end-of-build against actual AI usage. Failed builds are free.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
logoUrlNoURL to a business logo. Used for branding and color extraction.
designStyleNoOverride the auto-selected design style. Available styles surface in the dashboard.
facebookUrlNoPublic Facebook page URL — used as a research signal.
ownerPromptNoVoice/tone direction or anything to emphasize (e.g. "Emphasize 24/7 emergency service").
businessNameYesThe business as customers know it (e.g. "Acme Plumbing"). 1–200 chars.
contactEmailYesEmail address. Receives form submissions if no webhook is configured, plus a deploy notice.
uploadedPhotosNoArray of photo URLs to include on the site.
businessLocationNoCity + state/region (e.g. 'Austin, TX'). Strongly recommended — drives local SEO, areas-served copy, and example testimonials.
businessDescriptionNoFree-text description of what the business does. Helps when Google Places coverage is thin.
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full transparency burden. It thoroughly discloses critical behavior: immediate async return of siteId/status, 3–8 minute build time, polling/webhook options, credit cost, failed-builds-are-free policy, and the risk of building for the wrong business if searching fails. This is far beyond minimal disclosure.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is dense but every sentence earns its place. It opens with a high-level action, then structured details, bolded requirements, warnings, and a cost/async addendum. It is long because the tool is complex, yet it avoids fluff and prioritizes mission-critical information. The formatting (bold, paragraph breaks) makes it easy to scan.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the absence of an output schema and the high complexity (9 params, async behavior, fallback risk), the description is remarkably complete. It explains the return value shape (siteId, status), next steps (poll or subscribe), cost, failure policy, and ideal business fit. No significant informational gap remains for an agent to use the tool effectively.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Although the schema already documents all 9 parameters (100% coverage), the description adds critical operational semantics: contactEmail is the only user-required input, placeId must come from a prior search_businesses call, ownerPrompt should only be captured if voluntarily offered, and businessLocation is strongly recommended for local SEO. This guidance goes well beyond the schema and is essential for correct invocation.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: 'Kick off an end-to-end website build for a real business' and enumerates exactly what the build includes (research, copy, design, multi-page site, SEO, deployment). It naturally distinguishes itself from sibling tools like get_site (which retrieves status) and search_businesses (which supplies the required placeId).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides explicit usage guidance: it names the ideal use case ('Best for service-based local businesses'), instructs when to use search_businesses first, warns against asking the user for content inputs, and explains the async flow with polling alternatives. It also specifies when falling back without a placeId is acceptable, giving clear when-to/not-to-use context.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/northbeamsoftware/warpweb-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server