Skip to main content
Glama

Clone Staging Site

clone_staging_site

Clone a staging site to create a new copy for testing or development purposes using specified content and staging site IDs.

Instructions

Clone a staging site

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
contentSiteIdYesContent site ID
newNameNoName for the cloned site
stagingSiteIdYesStaging site ID
Behavior1/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. 'Clone' implies a write operation that creates a new resource, but the description doesn't disclose critical traits like required permissions, whether the clone overwrites existing data, rate limits, or what the output looks like. For a mutation tool with zero annotation coverage, this is a significant gap that leaves the agent guessing about side effects and outcomes.

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 extremely concise with a single sentence 'Clone a staging site', which is front-loaded and wastes no words. While it's under-specified in terms of content, it earns full marks for brevity and structure, as every word directly relates to the tool's purpose without redundancy or fluff.

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

Completeness1/5

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

Given the complexity of a cloning operation (a mutation that likely creates a new staging site copy), the lack of annotations, and no output schema, the description is completely inadequate. It doesn't explain what 'clone' entails (e.g., copying content, configuration, or both), success/failure conditions, or how it differs from similar tools. This leaves critical gaps for an agent to understand and invoke the tool correctly in context.

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 description coverage is 100%, with clear parameter descriptions in the input schema (e.g., 'contentSiteId', 'stagingSiteId', 'newName'). The tool description adds no additional meaning about parameters, such as explaining relationships between them (e.g., that 'contentSiteId' is the source and 'stagingSiteId' is the target). Since the schema does the heavy lifting, the baseline score of 3 is appropriate, but the description doesn't compensate with any contextual insights.

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

Purpose2/5

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

The description 'Clone a staging site' is essentially a tautology that restates the tool name 'clone_staging_site' without adding meaningful specificity. It doesn't clarify what resources are involved (e.g., cloning from a content site to a staging site) or distinguish this tool from sibling tools like 'create_staging_site' or 'revert_staging_site'. The description lacks a clear verb+resource combination that explains the actual operation.

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

Usage Guidelines1/5

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

The description provides no guidance on when to use this tool versus alternatives. It doesn't mention prerequisites (e.g., needing existing content and staging sites), use cases (e.g., creating a copy for testing), or exclusions (e.g., not for creating new sites from scratch). With multiple sibling tools for managing staging sites, this absence of context makes it difficult for an agent to select the correct tool.

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/Headlesshost/mcp-server'

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