Skip to main content
Glama

clone_fixtures

Clone all programming from source fixture(s) to target fixture(s). Supports overwrite or merge mode for replacing or combining existing target programming.

Instructions

Clone all programming from source fixture(s) to target fixture(s).

WARNING: mode="overwrite" replaces existing target programming.

Args:
    source_fixture: Source fixture number (or start of range)
    target_fixture: Target fixture number (or start of range)
    source_end: Optional end of source range
    target_end: Optional end of target range
    mode: "default", "overwrite", or "merge"

Returns:
    str: Operation result message

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
source_fixtureYes
target_fixtureYes
source_endNo
target_endNo
modeNodefault

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations, the description carries full burden. It warns that mode='overwrite' replaces existing target programming, which is a key behavioral trait. However, it does not disclose other side effects, permissions needed, or whether the operation is reversible. The return value is mentioned as a string but not detailed.

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 concise with a one-line purpose, a warning, and a structured parameter list. Every sentence serves a purpose, and the information is front-loaded.

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?

Given no annotations, the description adequately covers purpose, parameters, and a warning. It could explain what 'programming' includes and clarify that source_end/target_end are for ranges, but overall it's fairly complete for a mutation tool with 5 parameters.

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?

Schema coverage is 0%, so the description must compensate. It provides a clear Args section explaining each parameter's meaning, including the mode values 'default', 'overwrite', 'merge'. This adds significant meaning beyond the schema's minimal type info.

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 clones all programming from source fixture(s) to target fixture(s). The verb 'Clone' and resource 'programming' are specific, and the tool is distinct from sibling tools like copy_object or assign_appearance.

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

Usage Guidelines2/5

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

No guidance on when to use this tool vs alternatives. The description does not mention any prerequisites, when to prefer this over other cloning or copying tools, or when not to use it.

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/chienchuanw/gma2-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server