Skip to main content
Glama

MCP Minecraft Remote

by nacal

equipItem

Equip a specified item from inventory to a chosen slot, such as hand, head, torso, legs, or feet, in Minecraft. Simplifies inventory management for remote server players using MCP Minecraft Remote.

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

Other Tools from MCP Minecraft Remote

Related Tools

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