MCPMC (Minecraft MCP)

by gerred
Verified

find_blocks

Locate specific block types within a defined radius in Minecraft. Search for building materials or terrain features by specifying block types, distance, and constraints.

Instructions

Find nearby blocks of specific types. Use this to locate building materials or identify terrain.

Input Schema

NameRequiredDescriptionDefault
blockTypesYes
constraintsNo
maxCountNo
maxDistanceNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "blockTypes": { "anyOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" }, { "type": "string" } ] }, "constraints": { "additionalProperties": false, "properties": { "maxY": { "type": "number" }, "minY": { "type": "number" }, "requireReachable": { "default": false, "type": "boolean" } }, "type": "object" }, "maxCount": { "default": 1, "type": "number" }, "maxDistance": { "default": 32, "type": "number" } }, "required": [ "blockTypes" ], "type": "object" }

Other Tools from MCPMC (Minecraft MCP)

Related Tools

ID: 3ih9dz9kfv