Skip to main content
Glama

Minecraft Bedrock MCP Server

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

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)

Input Schema (JSON Schema)

{ "properties": { "action": { "default": "build", "description": "Build action to perform", "enum": [ "build" ], "type": "string" }, "material": { "default": "minecraft:stone", "description": "Block type to build the line with (e.g. stone, cobblestone, wood, concrete)", "type": "string" }, "x1": { "description": "Starting X coordinate (east-west position where line begins)", "type": "number" }, "x2": { "description": "Ending X coordinate (east-west position where line ends)", "type": "number" }, "y1": { "description": "Starting Y coordinate (height where line begins, typically 64 for ground level)", "type": "number" }, "y2": { "description": "Ending Y coordinate (height where line ends, can be different for slopes/ramps)", "type": "number" }, "z1": { "description": "Starting Z coordinate (north-south position where line begins)", "type": "number" }, "z2": { "description": "Ending Z coordinate (north-south position where line ends)", "type": "number" } }, "required": [ "x1", "y1", "z1", "x2", "y2", "z2" ], "type": "object" }

Other Tools from Minecraft Bedrock MCP Server

Related Tools

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