Skip to main content
Glama

Instance Clone From Template

instance.clone_from_template

Create a new Minecraft server instance by cloning an existing template configuration. Specify source instance, target daemon, and optional customizations like nickname or working directory.

Instructions

Create a new MCSManager instance from an existing instance config. Requires confirm=true or dry_run=true.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
source_daemonIdNoSource daemon id. Uses target daemonId if omitted.
source_uuidYesSource instance UUID.
daemonIdNoTarget daemon id. Uses MCSM_DEFAULT_DAEMON_ID if omitted.
nicknameNoOptional new instance nickname.
cwdNoOptional new instance working directory.
overridesNoAdditional config overrides.
confirmNoRequired true for high-risk operations.
dry_runNoReturn a preview without executing the operation.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Annotations indicate this is a non-read-only, non-destructive, non-idempotent, open-world operation. The description adds context about the safety requirement (confirm or dry_run), which is valuable beyond annotations. However, it doesn't detail other behavioral traits like potential side effects, rate limits, or authentication needs, so it's adequate but not comprehensive.

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 a single, efficient sentence that front-loads the core purpose and immediately follows with the critical usage requirement. There's no wasted text, and every word serves to inform the agent, making it highly concise and well-structured.

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 the tool's complexity (8 parameters, nested objects, non-idempotent), the description covers the essential action and safety requirement. With annotations providing behavioral hints and an output schema present (so return values are documented elsewhere), it's mostly complete. However, it could benefit from more context on error conditions or dependencies, keeping it from a perfect score.

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?

With 100% schema description coverage, the input schema already documents all 8 parameters thoroughly. The description doesn't add any additional meaning or clarification about parameters beyond what's in the schema, such as explaining interactions between source_daemonId and daemonId. Thus, it meets the baseline but doesn't enhance parameter understanding.

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 action ('Create a new MCSManager instance') and the source ('from an existing instance config'), which is specific and distinguishes it from siblings like 'instance.create'. However, it doesn't explicitly mention what distinguishes it from 'instance.reinstall' or other instance-related tools, keeping it from a perfect score.

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 provides explicit usage conditions ('Requires confirm=true or dry_run=true'), which gives clear guidance on when to use this tool for safety. However, it doesn't mention when to use this versus alternatives like 'instance.create' or 'instance.reinstall', or any prerequisites beyond the parameters, preventing a score of 5.

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/damocjwj/minecraft-ops-mcp'

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