Skip to main content
Glama

Get Biome At Coordinates

minecraft_get_biome_at
Read-onlyIdempotent

Get the biome type at any Minecraft world coordinate by specifying x, y, and z values.

Instructions

Looks up the biome at exact world coordinates.

Returns: { x, y, z, biome: string | null }

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
xYes
yYes
zYes
Behavior4/5

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

Annotations already declare read-only, idempotent, open-world, and non-destructive behavior, so the description does not need to restate these. It adds value by disclosing the return format, including the nullable 'biome' field, which is not present in the schema.

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?

Two short, focused sentences. The description is front-loaded with the core purpose and includes only necessary detail about the return object. No wasted words.

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?

The tool is a simple read-only lookup; annotations cover safety, the return shape is described, and the parameter meaning is clear from context. With the schema and sibling tools providing additional environment context, the description is complete for an agent to invoke correctly.

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

Parameters4/5

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

The input schema only names x, y, z as numbers with no descriptions. The description adds meaning by calling them 'exact world coordinates', which clarifies the coordinate system. This compensates for the missing schema-level parameter descriptions.

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 a specific action ('Looks up') and a specific resource ('biome at exact world coordinates'). It distinguishes itself from sibling tools like get_block_at and get_light_at by specifying biome as the target.

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

Usage Guidelines3/5

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

The description implies the usage context (querying biome data at coordinates) but does not explicitly compare with or exclude alternative tools. There is no mention of when not to use it or which sibling tools serve a different purpose.

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