Skip to main content
Glama
leo4life2

Minecraft MCP Server

by leo4life2

swimToLand

Navigate to the nearest land automatically when submerged in water, ensuring safe movement in Minecraft environments with the MCP Server's AI agent controls.

Instructions

Swim to the nearest land when in water

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations are provided, so the description carries full burden. It states the action but lacks details on behavioral traits like speed, energy cost, failure conditions (e.g., if no land nearby), or interaction with other tools (e.g., 'swimToLand' vs. 'runAway' in water). This is a significant gap for a tool with zero annotation coverage.

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, efficient sentence that front-loads the core action and condition. Every word earns its place with no redundancy or unnecessary details, making it highly concise and well-structured.

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

Completeness2/5

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

Given the tool's complexity (simple movement action) but lack of annotations and output schema, the description is incomplete. It doesn't explain what happens upon execution (e.g., success/failure states, time taken, or effects on game state), which is crucial for an AI agent to use it effectively in a gaming context with many siblings.

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 tool has 0 parameters, and schema description coverage is 100%, so no parameter documentation is needed. The description doesn't add param info, but with no params, this is acceptable. Baseline is 4 as per rules for 0 parameters, since there's nothing to compensate for.

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 clearly states the action ('swim to') and target ('nearest land') with a specific condition ('when in water'). It distinguishes this from obvious siblings like 'runAway' or 'goToKnownLocation' by specifying aquatic movement. However, it doesn't explicitly differentiate from all possible movement-related siblings, keeping it at 4 rather than 5.

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 usage context ('when in water'), which suggests this tool is for escaping water environments. However, it doesn't provide explicit guidance on when to use alternatives (e.g., 'runAway' for land threats or 'goToKnownLocation' for specific destinations) or mention any exclusions, leaving some ambiguity.

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

Related 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/leo4life2/minecraft-mcp-http'

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