Skip to main content
Glama

blocks

Perform block operations in Minecraft Bedrock, including placement, area filling, terrain queries, and surface detection, using coordinates and block IDs for precise world manipulation.

Instructions

Block operations: placement, area filling, terrain queries, single blocks, large areas, surface detection

Input Schema

NameRequiredDescriptionDefault
actionYesBlock operation to perform
block_idNoBlock ID (e.g., minecraft:stone, minecraft:dirt, minecraft:air)
modeNoBlock placement/fill mode
stepsNoArray of block actions for sequence. Each step should have "type" field and relevant parameters.
xNoX coordinate
x2NoSecond X coordinate for area operations
yNoY coordinate
y2NoSecond Y coordinate for area operations
zNoZ coordinate
z2NoSecond Z coordinate for area operations

Input Schema (JSON Schema)

{ "properties": { "action": { "description": "Block operation to perform", "enum": [ "set_block", "fill_area", "get_top_solid_block", "query_block_data", "query_item_data", "query_mob_data", "sequence" ], "type": "string" }, "block_id": { "description": "Block ID (e.g., minecraft:stone, minecraft:dirt, minecraft:air)", "type": "string" }, "mode": { "description": "Block placement/fill mode", "enum": [ "replace", "keep", "destroy", "hollow", "outline" ], "type": "string" }, "steps": { "description": "Array of block actions for sequence. Each step should have \"type\" field and relevant parameters.", "type": "array" }, "x": { "description": "X coordinate", "type": "number" }, "x2": { "description": "Second X coordinate for area operations", "type": "number" }, "y": { "description": "Y coordinate", "type": "number" }, "y2": { "description": "Second Y coordinate for area operations", "type": "number" }, "z": { "description": "Z coordinate", "type": "number" }, "z2": { "description": "Second Z coordinate for area operations", "type": "number" } }, "required": [ "action" ], "type": "object" }

Other Tools from Minecraft Bedrock MCP Server

Related Tools

  • @Mming-Lab/minecraft-bedrock-mcp-server
  • @Mming-Lab/minecraft-bedrock-mcp-server
  • @Mming-Lab/minecraft-bedrock-mcp-server
  • @Mming-Lab/minecraft-bedrock-mcp-server
  • @Mming-Lab/minecraft-bedrock-mcp-server
  • @nacal/mcp-minecraft-remote

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