Skip to main content
Glama

Minecraft MCP Server

by leo4life2

dropItem

Remove items from inventory in Minecraft MCP Server by specifying the item name, quantity, and optionally the nearby player. Simplify item management during gameplay.

Instructions

Drop items from inventory

Input Schema

NameRequiredDescriptionDefault
countNoOptional: Number of items to drop (default: all)
nameYesName of the item to drop
userNameNoOptional: Drop near a specific player

Input Schema (JSON Schema)

{ "properties": { "count": { "description": "Optional: Number of items to drop (default: all)", "type": "number" }, "name": { "description": "Name of the item to drop", "type": "string" }, "userName": { "description": "Optional: Drop near a specific player", "type": "string" } }, "required": [ "name" ], "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/leo4life2/minecraft-mcp-http'

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