Skip to main content
Glama
vuluu2k

WebCake Storefront MCP

by vuluu2k

get_intake_guide

Run the intake questionnaire and build flow before creating a new site, store, or page. Ask the user for a short batch of requirements, restate the plan, and confirm before building.

Instructions

Get the INTAKE questionnaire + build flow to run BEFORE creating a new site/store/page. Call this at the start of any fresh build: ask the user this one short batch (plain words, with defaults), restate the plan, get a yes, THEN build. Skip only for tiny edits, data questions, or when the user already gave the brief / says 'just do it'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations provided, the description deserves credit for outlining the workflow: ask a short batch, restate the plan, get a yes, then build. It discloses the sequential behavior, but it does not clarify what the tool returns (e.g., the exact questionnaire content) or any potential side effects, leaving a minor gap.

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 just two sentences, front-loaded with the primary purpose and followed by concise usage guidance and exclusions. Every word contributes value, with no unnecessary repetition.

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

Completeness4/5

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

For a zero-parameter guide tool, the description sufficiently covers purpose, timing, and skip conditions. It does not specify the return format, but the description implies the output is a questionnaire/batch, which is probably enough for an agent. A more explicit statement of the output structure would improve completeness.

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?

The tool has zero parameters, so the schema already provides complete coverage. The description adds no parameter details, but none are needed. The baseline of 4 for zero-parameter tools applies.

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 'gets the INTAKE questionnaire + build flow' and specifies the exact context ('before creating a new site/store/page'). It uses a specific verb and resource, and the mention of fresh builds distinguishes it from sibling tools like get_build_guide.

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?

It provides explicit when-to-use instructions ('at the start of any fresh build') and when-to-skip conditions ('tiny edits, data questions, or when the user already gave the brief / says "just do it"'). This gives the agent concrete decision rules for invocation.

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