Skip to main content
Glama
Mming-Lab
by Mming-Lab

build_cube

Create 3D cubes, rectangles, walls, or frameworks in Minecraft Bedrock by defining two corner coordinates (x1,y1,z1 to x2,y2,z2). Supports hollow structures and automation for efficient building.

Instructions

Build CUBE/RECTANGLE: box, rectangle, wall, platform, room, house frame. Define with 2 corners (x1,y1,z1) to (x2,y2,z2). Coordinates can be positive or negative (e.g. x:-50, z:-100). Supports sequences for automation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionNoBuild action to performbuild
hollowNoCreate hollow cube (default: false)
materialNoBlock material to useminecraft:stone
x1YesStarting X coordinate (east-west, can be negative like -50)
x2YesEnding X coordinate (east-west, can be negative)
y1YesStarting Y coordinate (height, usually 64-100 for ground level)
y2YesEnding Y coordinate (height, can be higher than y1 for tall structures)
z1YesStarting Z coordinate (north-south, can be negative like -100)
z2YesEnding Z coordinate (north-south, can be negative)
Behavior2/5

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

With no annotations provided, the description carries full burden for behavioral disclosure. It states the tool 'builds' shapes and 'supports sequences for automation', but doesn't disclose whether this is a destructive operation, what permissions are needed, rate limits, or what happens if coordinates overlap existing structures. The description is insufficient for a mutation tool with zero annotation coverage.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is efficiently structured in two sentences: first states purpose with examples, second covers coordinate ranges and automation support. It's appropriately sized with no redundant information, though it could be slightly more front-loaded with the core functionality.

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?

For a 9-parameter mutation tool with no annotations and no output schema, the description is incomplete. It doesn't explain what the tool returns, error conditions, coordinate system details beyond positive/negative values, or how 'sequences for automation' work. The description should provide more context given the tool's complexity and lack of structured metadata.

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 the schema already documents all 9 parameters thoroughly. The description adds minimal value beyond the schema - it mentions coordinates 'can be positive or negative' and 'supports sequences for automation', but doesn't explain parameter interactions or provide additional semantic context. Baseline 3 is appropriate when schema does the heavy lifting.

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 tool builds geometric shapes (cubes/rectangles) using two corner coordinates, with specific examples like 'box, rectangle, wall, platform, room, house frame'. It distinguishes from siblings by focusing on rectangular prisms, though it doesn't explicitly contrast with other shape-building tools like build_sphere or build_cylinder.

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?

The description provides no guidance on when to use this tool versus alternatives like build_sphere or build_cylinder. It mentions 'sequences for automation' but doesn't explain when this is preferable over other building methods. No exclusions or prerequisites are stated.

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

Related 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/Mming-Lab/minecraft-bedrock-mcp-server'

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