Skip to main content
Glama

Walk To Coordinates

minecraft_goto_position

Navigate the bot to exact coordinates using pathfinding, avoiding obstacles and crossing terrain. Confirms arrival or reports when destination is unreachable.

Instructions

Paths the bot to a target position using pathfinding (navigates around obstacles, up stairs, across gaps it can jump). Blocking call — resolves once the bot arrives or pathfinding times out (60s).

Returns: { message: string, position: { x, y, z } } on arrival. Errors: unreachable destination, timeout, or no path found.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
xYes
yYes
zYes
rangeNoHow close counts as 'arrived', in blocks. 0 = exact block.
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description goes well beyond the annotations, disclosing key behavioral traits: pathfinding capabilities (obstacles, stairs, gaps), that it is a blocking call with a 60s timeout, and possible errors (unreachable, timeout, no path). It also specifies the return structure in the absence of an output schema, providing valuable operational context.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise and well-structured, with two short paragraphs. The main action is front-loaded, returns and errors are clearly separated, and every sentence contributes essential information without redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (pathfinding, blocking, timeout, error conditions) and lack of an output schema, the description adequately covers the return value, error cases, and key behavioral constraints. It is complete enough for an agent to understand what the tool does and what to expect, leaving no critical gaps.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is only 25% because x, y, z lack descriptions. The description clarifies that they form a 'target position' and the return shows position as {x, y, z}, but it does not specify coordinate origin or units. The 'range' parameter is fully described in the schema, so the description adds minimal extra meaning for that. Some compensation for the low schema coverage exists but not complete.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool 'Paths the bot to a target position using pathfinding', specifying the resource (bot) and action (walk) with a coordinate target. This distinguishes it from sibling movement tools like goto_player and follow_player, making the purpose unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear context for when to use this tool: when the agent needs to navigate to specific coordinates, with pathfinding accounting for obstacles. It does not explicitly mention alternatives like goto_player, but the focus on coordinate-based movement and the sibling names imply the distinction. No exclusions are stated.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/AhmadTariq1337/minecraft-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server