Skip to main content
Glama

MCP Minecraft Remote

by nacal

attackEntity

Target and attack a specific entity in Minecraft using its entity ID. Streamline entity interaction for AI-controlled players on remote servers.

Instructions

Attack a specific entity

Input Schema

NameRequiredDescriptionDefault
entityIdYesID of the entity to attack

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "entityId": { "description": "ID of the entity to attack", "type": "number" } }, "required": [ "entityId" ], "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