MCP Minecraft Remote

by nacal
Verified

withdrawItem

Withdraw specific items from open containers in Minecraft using the MCP Minecraft Remote server. Specify the item name and quantity to manage inventory efficiently.

Instructions

Take items from an open container

Input Schema

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

Input Schema (JSON Schema)

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