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

build_line

Create straight lines of blocks between two points in Minecraft Bedrock Edition. Customize start and end coordinates to build paths, fences, bridges, or supports with specific materials like stone or wood.

Instructions

Build a straight line of blocks between two points. Perfect for paths, roads, fences, bridges, pillars, or structural frameworks. Example: from (0,64,0) to (10,80,10) creates a diagonal line useful for building supports or artistic structures

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionNoBuild action to performbuild
materialNoBlock type to build the line with (e.g. stone, cobblestone, wood, concrete)minecraft:stone
x1YesStarting X coordinate (east-west position where line begins)
x2YesEnding X coordinate (east-west position where line ends)
y1YesStarting Y coordinate (height where line begins, typically 64 for ground level)
y2YesEnding Y coordinate (height where line ends, can be different for slopes/ramps)
z1YesStarting Z coordinate (north-south position where line begins)
z2YesEnding Z coordinate (north-south position where line ends)
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It mentions what the tool does ('build a straight line of blocks') but lacks critical behavioral details such as whether it overwrites existing blocks, requires specific permissions, has rate limits, or what happens on execution failure. The example adds some context but doesn't cover operational traits.

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 appropriately sized with two sentences: the first states the core purpose with examples, and the second provides a concrete example with coordinates. It's front-loaded with the main functionality, though the example could be slightly more concise. Every sentence adds value without redundancy.

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

Completeness3/5

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

Given the tool's moderate complexity (8 parameters, no output schema, no annotations), the description is adequate but incomplete. It explains what the tool does and provides an example, but lacks behavioral transparency, error handling information, and output expectations. For a building tool with multiple parameters, more operational context would be beneficial.

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%, providing comprehensive parameter documentation. The description adds minimal value beyond the schema by mentioning 'blocks' and giving an example coordinate range, but doesn't explain parameter interactions, constraints, or provide additional semantic context. This meets the baseline for high schema coverage.

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's purpose with a specific verb ('build') and resource ('straight line of blocks between two points'), distinguishing it from sibling tools like build_cube or build_sphere by focusing exclusively on linear construction. It provides concrete examples of applications (paths, roads, fences, etc.) that reinforce its distinct functionality.

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 implicitly suggests usage contexts through examples ('Perfect for paths, roads, fences, bridges...'), but does not explicitly state when to choose this tool over alternatives like build_cube or build_cylinder. It provides a clear example of a diagonal line use case, offering practical guidance without naming specific sibling tools or exclusion criteria.

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