Skip to main content
Glama

Minecraft Bedrock MCP Server

by Mming-Lab

build_sphere

Generate spherical structures in Minecraft Bedrock with precise coordinates. Define center (X, Y, Z) and radius to create domes, planets, orbs, and more. Choose block type and create hollow or solid spheres for decorations and builds.

Instructions

Build SPHERE: ball, dome, round structure, planet, orb. Specify center (centerX,centerY,centerZ) + radius. Coordinates can be positive or negative (e.g. centerX:-25, centerZ:-75). Perfect for domes, decorations, planets, bubbles.

Input Schema

NameRequiredDescriptionDefault
actionNoBuild action to performbuild
centerXYesCenter X coordinate (east-west position of sphere center)
centerYYesCenter Y coordinate (height/vertical position of sphere center, typically 64-100)
centerZYesCenter Z coordinate (north-south position of sphere center)
hollowNoMake it hollow (true) for sphere shell/dome, or solid (false) for full sphere
materialNoBlock type to build with (e.g. stone, glass, wool, concrete, etc.)minecraft:stone
radiusYesRadius of the sphere in blocks (how big the sphere is). Small: 3-5, Medium: 8-12, Large: 15-20

Input Schema (JSON Schema)

{ "properties": { "action": { "default": "build", "description": "Build action to perform", "enum": [ "build" ], "type": "string" }, "centerX": { "description": "Center X coordinate (east-west position of sphere center)", "type": "number" }, "centerY": { "description": "Center Y coordinate (height/vertical position of sphere center, typically 64-100)", "type": "number" }, "centerZ": { "description": "Center Z coordinate (north-south position of sphere center)", "type": "number" }, "hollow": { "default": false, "description": "Make it hollow (true) for sphere shell/dome, or solid (false) for full sphere", "type": "boolean" }, "material": { "default": "minecraft:stone", "description": "Block type to build with (e.g. stone, glass, wool, concrete, etc.)", "type": "string" }, "radius": { "description": "Radius of the sphere in blocks (how big the sphere is). Small: 3-5, Medium: 8-12, Large: 15-20", "maximum": 20, "minimum": 1, "type": "number" } }, "required": [ "centerX", "centerY", "centerZ", "radius" ], "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