Skip to main content
Glama

MCP Minecraft Remote

by nacal

tossItem

Remove specific items from your Minecraft inventory by remotely commanding players to throw them, managing storage and item counts efficiently.

Instructions

Throw items from inventory

Input Schema

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

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "amount": { "default": 1, "description": "Amount of items to throw", "type": "number" }, "itemName": { "description": "Name of the item to throw", "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