Skip to main content
Glama
Ver-zhzh

Minecraft Server MCP

by Ver-zhzh

disconnect

Terminate a connection to a Minecraft server using its API key to end the session.

Instructions

Disconnect from a Minecraft server by API key

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
api_keyYesAPI key of the server to disconnect
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It only states the action and the required key, but does not disclose what happens on disconnect (e.g., whether it is idempotent, requires an active connection, or has side effects). This is insufficient for a mutating tool.

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, front-loaded sentence with no filler. Every word contributes to the purpose and method.

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

Completeness3/5

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

Given the tool's low complexity, the description is minimally adequate. However, it lacks any context about when to use it (e.g., after a connect) or what the expected behavior is if already disconnected. No output schema or annotations further limit the context.

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 100%, and the parameter description 'API key of the server to disconnect' already provides full meaning. The tool description merely repeats 'by API key', adding no extra semantics beyond the schema.

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 'Disconnect' and clearly indicates the resource ('Minecraft server') and the method ('by API key'). It is unambiguous and distinguishes itself from siblings like 'connect' and 'status'.

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 through its verb, but it does not explicitly state when to use this tool versus alternatives such as 'connect' or 'status'. No exclusions or preconditions are mentioned, so it falls at 'implied usage'.

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/Ver-zhzh/MCP-For-Minecraft-Server'

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