Skip to main content
Glama

Minecraft Bedrock MCP Server

by Mming-Lab

build_helix

Construct spiral structures like staircases, DNA models, or towers in Minecraft Bedrock. Define center coordinates, radius, height, turns, and optional parameters like axis, direction, and chirality for precise customization.

Instructions

Build HELIX/SPIRAL: spiral staircase, corkscrew, DNA model, twisted tower. Requires: centerX,centerY,centerZ,radius,height,turns. Optional: axis,direction,chirality

Input Schema

NameRequiredDescriptionDefault
actionNoBuild action to performbuild
axisNoHelix axis direction: x (east-west), y (up-down), z (north-south)y
centerXYesCenter X coordinate
centerYYesBottom Y coordinate
centerZYesCenter Z coordinate
chiralityNoHelix handedness: right (clockwise from growth direction), left (counter-clockwise)right
clockwiseNoRotation direction: true=clockwise (right-hand spiral), false=counter-clockwise (left-hand spiral)
directionNoGrowth direction along axis: positive or negativepositive
heightYesHow tall the spiral is (total vertical height). Short=10, Medium=25, Tall=50. Each turn uses height/turns blocks vertically
materialNoBlock type to build with (e.g. stairs for actual staircases, stone for pillars, glowstone for decorative spirals)minecraft:stone
radiusYesHow wide the spiral is (distance from center). Small spiral=3, Medium=8, Large=15. Larger radius = wider staircases
turnsYesHow many complete rotations. Few turns=gentle slope (1-2), Many turns=steep spiral (5-10). 0.5=half turn, 1.5=one and half turns

Input Schema (JSON Schema)

{ "properties": { "action": { "default": "build", "description": "Build action to perform", "enum": [ "build" ], "type": "string" }, "axis": { "default": "y", "description": "Helix axis direction: x (east-west), y (up-down), z (north-south)", "enum": [ "x", "y", "z" ], "type": "string" }, "centerX": { "description": "Center X coordinate", "type": "number" }, "centerY": { "description": "Bottom Y coordinate", "type": "number" }, "centerZ": { "description": "Center Z coordinate", "type": "number" }, "chirality": { "default": "right", "description": "Helix handedness: right (clockwise from growth direction), left (counter-clockwise)", "enum": [ "right", "left" ], "type": "string" }, "clockwise": { "default": true, "description": "Rotation direction: true=clockwise (right-hand spiral), false=counter-clockwise (left-hand spiral)", "type": "boolean" }, "direction": { "default": "positive", "description": "Growth direction along axis: positive or negative", "enum": [ "positive", "negative" ], "type": "string" }, "height": { "description": "How tall the spiral is (total vertical height). Short=10, Medium=25, Tall=50. Each turn uses height/turns blocks vertically", "maximum": 100, "minimum": 2, "type": "number" }, "material": { "default": "minecraft:stone", "description": "Block type to build with (e.g. stairs for actual staircases, stone for pillars, glowstone for decorative spirals)", "type": "string" }, "radius": { "description": "How wide the spiral is (distance from center). Small spiral=3, Medium=8, Large=15. Larger radius = wider staircases", "maximum": 50, "minimum": 1, "type": "number" }, "turns": { "description": "How many complete rotations. Few turns=gentle slope (1-2), Many turns=steep spiral (5-10). 0.5=half turn, 1.5=one and half turns", "maximum": 20, "minimum": 0.5, "type": "number" } }, "required": [ "centerX", "centerY", "centerZ", "radius", "height", "turns" ], "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