Skip to main content
Glama
Ver-zhzh

Minecraft Server MCP

by Ver-zhzh

plugins

Retrieve the complete list of add-ons installed on a Minecraft server. Supply the server's API key to get an accurate inventory.

Instructions

Get list of installed Minecraft plugins

Input Schema

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

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

With no annotations, the description carries the full burden of behavioral disclosure. It only states 'Get list', which implies a read operation, but does not mention prerequisites like an active connection, required permissions, or the nature of the returned data, so behavioral traits remain opaque.

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, concise, front-loaded sentence that directly states the operation. It contains no fluff, but it could be more informative without sacrificing conciseness.

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 absence of an output schema and annotations, the description doesn't clarify what the returned list contains (e.g., names only, versions, metadata). It also omits any mention of error conditions or prerequisites beyond the api_key, leaving the agent with insufficient context for reliable 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?

The input schema already documents the single parameter api_key with a clear description ('API key of the server to query'), achieving 100% coverage. The tool description adds nothing beyond the schema, so the baseline score of 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 'Get list of installed Minecraft plugins' clearly states a specific verb (get) and resource (plugins), distinguishing it from sibling tools like player_list or get_logs. It precisely conveys what the tool does without ambiguity.

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. It doesn't mention that it queries a specific server via api_key or offers any exclusions, leaving the agent without context for selection.

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