Skip to main content
Glama

Minecraft MCP Server

by leo4life2

giveItemToSomeone

Transfer items to another player on a Minecraft server by specifying their username, item name, and quantity. Simplify in-game item sharing with this MCP Server tool.

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