Skip to main content
Glama
risnake

minecraft-mcp-server

by risnake

clone_area

Clones a cuboid region from a source to a destination location, copying blocks and structures in Minecraft.

Instructions

Clone a cuboid region from a source to a destination position.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dxYesDestination lower-NW corner X
dyYesDestination lower-NW corner Y
dzYesDestination lower-NW corner Z
x1YesSource region first corner X
x2YesSource region second corner X
y1YesSource region first corner Y
y2YesSource region second corner Y
z1YesSource region first corner Z
z2YesSource region second corner Z
maskModeNoMask mode (default replace)
cloneModeNoClone mode (default normal)
Behavior2/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. It only says 'clone a cuboid region' but does not disclose whether the source is copied or moved, what happens to the destination area, or any side effects. The cloneMode enum hints at 'move' but the description omits this behavior.

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, front-loaded sentence with no wasted words. It efficiently conveys the core purpose without redundancy.

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

Completeness2/5

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

This is a complex tool with 11 parameters, 2 enums, and no output schema. The description barely explains the operation, leaving out how maskMode/cloneMode affect behavior and what the result looks like. Though the schema is detailed, the description alone is insufficient for an agent to fully understand the tool's capabilities and implications.

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%, so each parameter is individually documented. The description adds only a high-level context (source and destination) but does not clarify the more nuanced parameters like maskMode or cloneMode beyond what the schema already provides. Baseline 3 is appropriate since the schema does the heavy lifting.

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 action (clone), the resource (cuboid region), and the operation (from a source to a destination position). This distinguishes it from sibling tools like fill or setblock, which perform different operations.

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 usage guidance is provided. The description does not explain when to use clone_area compared to alternatives such as fill, setblock, or move_control, nor does it mention any prerequisites or constraints.

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

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