Skip to main content
Glama
vuluu2k

WebCake Storefront MCP

by vuluu2k

create_site

Create a new storefront site, switch to it, and delete seeded sample products and blog posts so you start with a clean, empty site ready for composing pages from elements.

Instructions

Create a brand-new storefront site for the current account, then (by default) switch to it and return an EMPTY, CLEAN site (no sample products/categories) ready for element composition. The backend auto-seeds off-theme sample products + categories (and a sample blog); by default this tool DELETES that seed right after creating the site (keep the non-deletable default "All" category) so you start from a blank, on-theme store. Pass keep_seed:true to keep the sample data. The site has NO pages — after this, compose a homepage from elements: get_build_guide → new_section/new_element → build_page (type:'main', is_homepage:true). Note: free accounts are limited to 4 sites (creation fails with a quota error past that).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesDisplay name of the new site, e.g. 'My Coffee Shop'
slugYesURL-safe site slug (lowercase letters, digits, hyphens), e.g. 'my-coffee-shop'. Becomes the preview subdomain and must be unique.
keep_seedNoKeep the backend's sample products/categories/blog instead of auto-deleting them. Default false = start from a clean, empty site.
switch_toNoSwitch the session to the new site after creating it (saved for next session). Default true.
Behavior5/5

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

With no annotations, the description carries full behavioral burden and does so excellently. It discloses that the backend auto-seeds sample data, that the tool deletes it by default, that the site has no pages, and that free accounts have a 4-site quota. These are critical non-obvious behaviors.

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 and well-organized, starting with the primary action and then layering important caveats and workflow steps. There is no fluff, and every sentence adds meaningful information.

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?

Despite having no output schema, the description covers the creation process, default behaviors, quota limitations, and next steps. It provides enough context for an agent to invoke the tool and understand the immediate consequences and follow-up actions.

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

Parameters4/5

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

Schema coverage is 100%, so baseline is 3. The description adds extra semantic value by explaining the practical effect of keep_seed (keep sample data vs. delete) and switch_to (changes session context), which goes beyond the schema's straightforward definitions.

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 creates a brand-new storefront site for the current account, with specific behavior (switching to it, returning an empty clean site). It distinguishes itself from related sibling tools like create_site_from_template by emphasizing the blank, no-template nature of the created site.

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

Usage Guidelines4/5

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

The description provides clear context on when to use this tool and a recommended follow-up workflow (get_build_guide → new_section/new_element → build_page). It does not explicitly mention alternatives like create_site_from_template, so it lacks explicit exclusion guidance, but the context is strong.

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/vuluu2k/webcake-storefront-mcp'

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