MCP Minecraft Remote

by nacal
Verified

craftItem

Create specific Minecraft items using available resources by specifying the item name and desired quantity. This tool integrates with MCP Minecraft Remote to enable precise crafting through commands.

Instructions

Craft an item using available materials

Input Schema

NameRequiredDescriptionDefault
countNoNumber of items to craft
itemNameYesName of the item to craft

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "count": { "default": 1, "description": "Number of items to craft", "type": "number" }, "itemName": { "description": "Name of the item to craft", "type": "string" } }, "required": [ "itemName" ], "type": "object" }
ID: 86ml5tqneo