Skip to main content
Glama
tcgunel

mobius-studio-mcp

by tcgunel

Site from brief (plan, build, review, rebuild)

sweipe_site_from_brief

Generate a complete WordPress site from a brief, including planning, building, importing, reviewing, and rebuilding if needed.

Instructions

The whole loop in one call: plan from the brief, build and import, full review, and if the review changed the plan, rebuild and run a fix review. About 12 credits and 3–8 minutes. Use the individual tools when the plan should be edited by hand first.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
baseNoTemplate slug from sweipe_ai_library.
briefYes
reviewNoRun the review loop after the first build (default true).
languageNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4.1/5.0
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses the multi-step sequence, the conditional rebuild, and the approximate credits and time. It doesn't detail failure modes or side effects, but it covers the main behavioral characteristics.

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?

Two sentences, front-loaded with the core function, then cost/time, then usage guidance. No wasted words; every sentence earns its place.

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

Completeness2/5

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

Given the tool's complexity (multi-step loop, 4 parameters, no output schema, no annotations), the description is insufficient. It doesn't explain parameters like 'language', doesn't clarify the 'import' step, and doesn't address potential errors or output. An agent would need more guidance to call it correctly.

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

Parameters2/5

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

Schema description coverage is only 50% (base and review have descriptions, brief and language do not). The description adds no parameter explanations, so it fails to compensate for the missing schema descriptions. The agent is left uncertain about the 'language' and 'brief' parameters.

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 explicitly states the tool performs the entire loop: plan, build, import, review, and potentially rebuild. It distinguishes itself from individual sibling tools by naming the full workflow and the condition for using them instead.

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 explicitly says to use the individual tools when the plan should be edited by hand first, implying this tool is for when no manual editing is needed. This gives a clear when-to-use vs when-not-to-use directive.

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