Skip to main content
Glama

MCP Minecraft Remote

by nacal

withdrawItem

Withdraw specified items from an open container in Minecraft. Define the item name and optional amount to manage inventory via the MCP server connection.

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" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/nacal/mcp-minecraft-remote'

If you have feedback or need assistance with the MCP directory API, please join our Discord server