MCP Minecraft Remote

by nacal
Verified

digBlock

Remove a specific block in Minecraft by specifying its X, Y, and Z coordinates using this MCP Minecraft Remote tool for precise mining or terrain modification.

Instructions

Dig a block at the specified coordinates

Input Schema

NameRequiredDescriptionDefault
xYesX coordinate
yYesY coordinate
zYesZ coordinate

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "x": { "description": "X coordinate", "type": "number" }, "y": { "description": "Y coordinate", "type": "number" }, "z": { "description": "Z coordinate", "type": "number" } }, "required": [ "x", "y", "z" ], "type": "object" }
ID: 86ml5tqneo