MCP Minecraft Remote

by nacal
Verified

depositItem

Deposit items into an open container in Minecraft using precise item names and quantity. Automates inventory management on MCP Minecraft Remote servers through natural language commands.

Instructions

Put items into an open container

Input Schema

NameRequiredDescriptionDefault
amountNoAmount of items to deposit
itemNameYesName of the item to deposit

Input Schema (JSON Schema)

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