Skip to main content
Glama

build_page

Design a complete page from intent. Returns an act map — 5–7 acts in page order, each with a purpose, recommended patterns (by slug), and a density rating (loud/quiet). Follows the one-page protocol: density wave pacing, one GL spectacle, 12–18 viewport-heights. Feed the result straight to get_pattern to retrieve the code. Returns metadata only — no pattern bodies.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actsNoNumber of acts (default 6, range 5–7)
intentYesWhat the page is for, e.g. "luxury real estate landing page" or "SaaS startup launch with pricing"

TDQS

A4.5/5.0
Behavior5/5

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

With no annotations provided, the description carries the full disclosure burden and handles it thoroughly. It reveals what the tool does not return ('Returns metadata only — no pattern bodies'), discloses the design constraints it enforces ('density wave pacing, one GL spectacle, 12–18 viewport-heights'), and specifies the exact return structure (each act with purpose, pattern slugs, density rating). This is rich behavioral context that goes well beyond what any schema or annotation could encode.

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: purpose, return format, protocol constraints, workflow chaining to get_pattern, and the metadata-only exclusion. The core purpose is front-loaded in the first sentence, and all subsequent clauses add distinct, non-redundant information. No filler or tautology.

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?

This tool has no output schema and no annotations, so the description must fully specify return values and behavioral constraints — and it does. It discloses the act-map return format in detail (compensating for the absent output schema), the one-page protocol constraints, the metadata-only scope, and the downstream get_pattern workflow. For a design-generation tool with this complexity, nothing an agent needs to call it correctly is missing.

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

Parameters3/5

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

Schema coverage is 100%, so the schema already documents both parameters ('intent' and 'acts' with default and range), placing the baseline at 3. The description adds marginal enrichment by tying 'acts' to the act-map structure (purpose, patterns, density), giving the parameter meaning beyond a bare count, and by implying 'intent' drives the whole design. This slightly exceeds baseline but does not fundamentally compensate for anything the schema lacks.

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 states a specific verb and resource — 'Design a complete page from intent' — and specifies the exact output: an act map of 5–7 acts. It distinguishes itself from pattern-level siblings by operating at page scope: get_pattern retrieves code, recommend_patterns suggests patterns, audit_page evaluates. An agent can immediately tell this is the page-design entry point versus its siblings without opening any schemas.

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 gives an explicit workflow handoff: 'Feed the result straight to get_pattern to retrieve the code,' which chains this tool to a named sibling and clarifies its role as a design-time, not retrieval-time, tool. It clearly frames when to use it (designing a complete page from intent). However, it does not explicitly state when not to use it versus other design-adjacent siblings like recommend_patterns, leaving some comparison to inference.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.5/5.0
Disambiguation5/5

Each tool targets a distinct stage of the workflow: discovery (list_patterns, recommend_patterns), selection (get_pattern), validation (validate_combination), construction (build_page), quality assurance (audit_page, verify_repair), configuration (get_kit, get_design_digest), and maintenance (check_updates). audit_page and verify_repair are related but clearly differentiated by baseline comparison and pass/fail verdicts.

Naming Consistency5/5

All tools follow an identical verb_noun snake_case pattern (audit_page, build_page, list_patterns, validate_combination, etc.). The verbs are specific and descriptive, and the nouns clearly indicate the target resource. Naming is perfectly uniform.

Tool Count5/5

With 10 tools, the server is well-scoped for its purpose. It covers the full lifecycle of building and auditing Motion Menu pages without redundancy or unnecessary sprawl. Each tool earns its place in a cohesive workflow, and the count fits the domain perfectly.

Completeness5/5

The tool surface is comprehensive for the stated purpose: from discovering patterns (list_patterns, recommend_patterns) to fetching code (get_pattern), validating combinations (validate_combination), designing pages (build_page), auditing (audit_page), repairing (verify_repair), and tracking updates (check_updates). The only missing operation might be a direct 'create pattern' tool, but that falls outside the server's intended scope of using existing patterns.

Resources