Skip to main content
Glama

farm

Automate crop harvesting, replanting, and bone meal application in Minecraft to save time.

Instructions

Automatically harvest, replant, or bone meal crops.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rangeYes
waypointYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

C2.4/5.0
Behavior2/5

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

No annotations are provided, so the description must carry the full behavioral burden. It states 'Automatically' but does not disclose what gets destroyed or changed, whether the action is reversible, what permissions are required, or any rate limits. For a mutation tool (harvest/replant), this is a significant gap.

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

Conciseness4/5

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

The description is a single, front-loaded sentence with no wasted words. It is concise, though its extreme brevity leaves critical information unaddressed in other dimensions.

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

Completeness1/5

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

Given two required parameters with zero schema description coverage, no annotations, and a mutation-style operation, the description is far too sparse to guide correct invocation. It omits any parameter explanation, behavioral context, or usage conditions.

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

Parameters1/5

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

Schema description coverage is 0%, and the description makes no mention of the two required parameters (range and waypoint). The agent has no information on what these parameters mean or how to supply them.

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

Purpose4/5

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

The description names specific actions (harvest, replant, bone meal) and the resource (crops), which clearly communicates the tool's function. It does not differentiate from any sibling tool, but the verb+resource combination is unambiguous.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives, nor does it state any preconditions or expected context. It only implies usage for farming without exclusions or routing information.

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