Skip to main content
Glama

MCP Minecraft Remote

by nacal

lookAt

Direct a Minecraft player's view to specific coordinates (x, y, z) using this tool for precise navigation and interaction in the game world.

Instructions

Make the player look in a specific direction or at coordinates

Input Schema

NameRequiredDescriptionDefault
xYesX coordinate to look at
yYesY coordinate to look at
zYesZ coordinate to look at

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "x": { "description": "X coordinate to look at", "type": "number" }, "y": { "description": "Y coordinate to look at", "type": "number" }, "z": { "description": "Z coordinate to look at", "type": "number" } }, "required": [ "x", "y", "z" ], "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