MCP Minecraft Remote

by nacal
Verified

useOnEntity

Interact with Minecraft entities by using a held item on a specific entity ID. Simplify entity targeting and item usage in remote server gameplay.

Instructions

Use held item on a specific entity

Input Schema

NameRequiredDescriptionDefault
entityIdYesID of the entity to use item on

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "entityId": { "description": "ID of the entity to use item on", "type": "number" } }, "required": [ "entityId" ], "type": "object" }
ID: 86ml5tqneo