Skip to main content
Glama

MCP Minecraft Remote

by nacal

equipItem

Equip an item to a specified slot (hand, head, torso, legs, feet) in Minecraft using the MCP Minecraft Remote server, enabling precise inventory management through natural language commands.

Instructions

Equip an item from inventory to hand or armor slot

Input Schema

NameRequiredDescriptionDefault
destinationNoSlot to equip the item tohand
itemNameYesName of the item to equip

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "destination": { "default": "hand", "description": "Slot to equip the item to", "enum": [ "hand", "head", "torso", "legs", "feet" ], "type": "string" }, "itemName": { "description": "Name of the item to equip", "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