Skip to main content
Glama

MCP Minecraft Remote

by nacal

followEntity

Track and follow a specific entity in Minecraft by maintaining a set distance, using the entity ID to ensure precise movement and interaction.

Instructions

Follow a specific entity

Input Schema

NameRequiredDescriptionDefault
distanceNoDistance to maintain while following
entityIdYesID of the entity to follow

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "distance": { "default": 2, "description": "Distance to maintain while following", "type": "number" }, "entityId": { "description": "ID of the entity to follow", "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