Skip to main content
Glama

Minecraft Bedrock MCP Server

by Mming-Lab

build_cylinder

Create cylinders, towers, or pipes in Minecraft Bedrock by specifying center coordinates, radius, height, and material. Choose axis (y, x, z) and hollow or solid design for versatile builds.

Instructions

Build CYLINDER: tower, pillar, column, chimney, pipe, tube. Requires: centerX,centerY,centerZ,radius,height. Optional: axis

Input Schema

NameRequiredDescriptionDefault
actionNoBuild action to performbuild
axisNoDirection the cylinder extends: y=vertical (normal tower), x=horizontal east-west, z=horizontal north-southy
centerXYesCenter X coordinate (east-west position where the cylinder will be centered)
centerYYesBottom Y coordinate (ground level height where cylinder starts, typically 64)
centerZYesCenter Z coordinate (north-south position where the cylinder will be centered)
heightYesHeight in blocks (how tall the cylinder is). Short: 5-10, Medium: 15-25, Tall: 30-50
hollowNoMake it hollow (true) for cylinder shell/walls only, or solid (false) for full cylinder
materialNoBlock type to build with (e.g. stone, brick, concrete, wood, etc.)minecraft:stone
radiusYesRadius in blocks (how wide the cylinder is). Thin: 2-4, Medium: 5-10, Wide: 15-30

Input Schema (JSON Schema)

{ "properties": { "action": { "default": "build", "description": "Build action to perform", "enum": [ "build" ], "type": "string" }, "axis": { "default": "y", "description": "Direction the cylinder extends: y=vertical (normal tower), x=horizontal east-west, z=horizontal north-south", "enum": [ "y", "x", "z" ], "type": "string" }, "centerX": { "description": "Center X coordinate (east-west position where the cylinder will be centered)", "type": "number" }, "centerY": { "description": "Bottom Y coordinate (ground level height where cylinder starts, typically 64)", "type": "number" }, "centerZ": { "description": "Center Z coordinate (north-south position where the cylinder will be centered)", "type": "number" }, "height": { "description": "Height in blocks (how tall the cylinder is). Short: 5-10, Medium: 15-25, Tall: 30-50", "maximum": 50, "minimum": 1, "type": "number" }, "hollow": { "default": false, "description": "Make it hollow (true) for cylinder shell/walls only, or solid (false) for full cylinder", "type": "boolean" }, "material": { "default": "minecraft:stone", "description": "Block type to build with (e.g. stone, brick, concrete, wood, etc.)", "type": "string" }, "radius": { "description": "Radius in blocks (how wide the cylinder is). Thin: 2-4, Medium: 5-10, Wide: 15-30", "maximum": 30, "minimum": 1, "type": "number" } }, "required": [ "centerX", "centerY", "centerZ", "radius", "height" ], "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