Skip to main content
Glama

preview_move

Free no-data preview for moving a harness between any two of the 13 supported tools (Claude Code, Cursor, Codex, OpenClaw, Aider, Continue, Cline, Goose, Zed, Roo Code, ChatGPT, Claude.ai, Copilot). Returns feasibility copy only. Does not accept or return mappings, file paths, generated content, or validation notes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toYesTarget tool id, e.g. codex, cursor, claude-code, copilot. Use list_targets for the full matrix.
fromYesSource tool id, e.g. claude-code, cursor, codex, openclaw, aider, continue, cline, goose, zed, roo, chatgpt, claude-ai. Use list_targets for the full matrix.

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations, the description carries the disclosure burden. It transparently states it 'Returns feasibility copy only' and 'Does not accept or return mappings, file paths, generated content, or validation notes', which clarifies its limited behavior. It also says 'no-data', implying no data is transmitted, but does not mention side effects or authentication, so it is not a perfect 5.

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 front-loaded with the core purpose ('Free no-data preview for moving a harness') and remains concise across three sentences. Every sentence adds value: the tool list, the return type, and the explicit exclusions. There is no fluff.

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 simple two-parameter tool with no output schema and no annotations, the description is quite complete: it explains what it does, what it returns (feasibility copy), and what it does not handle. It could be slightly more explicit about the nature of 'feasibility copy', but overall it is sufficient for an agent to decide on usage.

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% with both parameters (from, to) described, so the baseline is 3. The description lists the supported tool names, but this repeats the examples already present in the schema descriptions. It adds no additional parameter semantics beyond what the schema provides, so no score above baseline.

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 provides a 'Free no-data preview for moving a harness between any two of the 13 supported tools', using a specific verb ('preview') and resource ('moving a harness'). It lists the exact tools, distinguishing it from sibling tools like preview_build_setup, which focuses on build setup.

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 clear context: it is for previewing a move without data, and it explicitly states what it does not accept or return (mappings, file paths, etc.), which serves as a 'when-not' guideline. However, it does not name alternative tools for related tasks (e.g., list_targets for the full matrix), falling short of a 5.

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