get-position
Retrieve the current in-game coordinates of a Minecraft bot controlled by the MCP Server, enabling precise tracking and navigation for AI-driven actions within the game world.
Instructions
Get the current position of the bot
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {},
"type": "object"
}