Skip to main content
Glama

Minecraft MCP Server

by leo4life2

giveItemToSomeone

Transfer items to another player on the Minecraft MCP Server. Specify the recipient's username, item name, and quantity to facilitate in-game item sharing easily.

Instructions

Give items to another player

Input Schema

NameRequiredDescriptionDefault
itemCountYesNumber of items to give
itemNameYesName of the item to give
userNameYesUsername of the player to give items to

Input Schema (JSON Schema)

{ "properties": { "itemCount": { "description": "Number of items to give", "type": "number" }, "itemName": { "description": "Name of the item to give", "type": "string" }, "userName": { "description": "Username of the player to give items to", "type": "string" } }, "required": [ "userName", "itemName", "itemCount" ], "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