Skip to main content
Glama

find_preserved_builds

Read-only

Find preserved 2b2t builds that have both a public map render and a downloadable bounded world snapshot, optionally filtered by group, dimension, or capture dates.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
groupNoOptional builder or owning group name.
limitNoMaximum results, from 1 to 100. Defaults to 20.
queryNoOptional location or history search text.
to_dateNoOptional inclusive latest capture date in YYYY-MM-DD form.
dimensionNoOptional Minecraft dimension: 0 Overworld, 1 Nether, or 2 End.
from_dateNoOptional inclusive earliest capture date in YYYY-MM-DD form.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds a meaningful selection constraint—results must have both a public map render and a downloadable bounded world snapshot—but it does not disclose pagination behavior, result ordering, or other runtime behavior beyond what annotations and schema already suggest.

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 a single dense sentence that front-loads the core behavior, explains the required inclusion criteria, and lists relevant optional filters. There is no redundant wording or unnecessary context.

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

Completeness4/5

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

Given that the tool is a read-only search, all parameters are documented in the schema, and an output schema exists, the description captures the essential selection criteria well. The only notable gap is the lack of explicit guidance for choosing this tool over closely related siblings, but the core requirements of the tool are clear enough for correct invocation.

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 description coverage is 100%, so all six optional parameters already carry adequate descriptions. The tool description only echoes group, dimension, and capture date filters, and it omits query and limit, so it adds little semantic value beyond the input schema. Baseline 3 is appropriate.

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 uses a specific verb, 'Find', and identifies a precise resource: preserved 2b2t builds. It further differentiates the tool from siblings by requiring both a public map render and a downloadable bounded world snapshot, which distinguishes it from general location or group build lookups.

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 optional filters for group, dimension, and capture dates imply a search-oriented use case, but the description does not explicitly state when to prefer this tool over similar siblings like get_group_builds or get_world_downloads, nor does it provide exclusions. Usage context is present but mostly inferred.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.