Skip to main content
Glama

preview_build_setup

Free no-data preview for building a user's first setup in any of the 13 supported tools. Does not accept GitHub handles, generated memories, mappings, or file content.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toYesTarget tool id, e.g. claude-code, codex, cursor. Use list_targets for the full matrix.

TDQS

A3.6/5.0
Behavior3/5

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

With no annotations provided, the description carries full burden. It discloses that the preview is 'no-data' and 'free', and lists excluded input types (GitHub handles, generated memories, mappings, file content). However, it does not describe side effects, return format, or safety profile (e.g., read-only nature), leaving gaps for the agent.

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 main purpose. The second sentence lists constraints succinctly without fluff. Every word contributes to clarity.

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

Completeness3/5

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

For a simple one-parameter tool, the description covers main purpose and constraints, but lacks details on what the preview returns or how it differs from preview_move. Since there is no output schema, the agent is left without expectations for the result. It is adequate but not fully complete.

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 schema already covers the 'to' parameter with examples. The description adds value by mentioning '13 supported tools' and directing the agent to 'Use list_targets for the full matrix', which enriches the parameter semantics beyond the schema.

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

Purpose4/5

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

The description clearly states the tool's function: a free preview for building a user's first setup across 13 supported tools. It distinguishes itself from sibling preview_move by specifying 'first setup', though it does not explicitly compare with that sibling.

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

Usage Guidelines3/5

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

It implies usage for previewing a first setup and mentions what inputs are not accepted, but does not explicitly state when to use this tool over alternatives like preview_move or start_checkout. The 'does not accept' clause gives some constraint guidance but not a clear when-to-use vs when-not-to-use.

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.1/5.0
Disambiguation5/5

Each tool targets a distinct resource or action: installation, product listing, target listing, build preview, move preview, license quoting, and checkout. No two tools have overlapping purposes, and the descriptions clearly differentiate these functions.

Naming Consistency5/5

All tool names follow a consistent snake_case verb_noun pattern (e.g., list_products, preview_build_setup, start_checkout). There are no mixed conventions, vague verbs, or unpredictable nomenclature, making tool selection straightforward.

Tool Count5/5

Seven tools is well within the ideal range for a focused MCP server. Each tool serves a distinct and necessary function in the customer journey from discovery to purchase, with no redundancy or bloat.

Completeness5/5

The tool set comprehensively covers the server's stated purpose: installation guidance, product and target discovery, previews for both setup and migration, licensing quotes, and checkout. Since the server is designed to be no-data and hands-on work happens via the local CLI, there are no obvious missing operations.

Resources