Skip to main content
Glama
vfyjxf

HMCL MCP Server

by vfyjxf

install_version

install_version

Install a specified vanilla Minecraft version, downloading the necessary JSON, client jar, and libraries into the working directory for immediate use.

Instructions

Install a vanilla Minecraft version (e.g. "1.20.4") through the HMCL agent. Downloads the version json, client jar and libraries (via BMCLAPI/mojang mirrors) into /versions// and /libraries/ — this can take a few minutes on first run. Assets are downloaded by HMCL at first launch.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
versionYesMinecraft version id, e.g. "1.20.4"
Behavior4/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 discloses downloads (version json, client jar, libraries), destinations (<workdir>/versions/<id>/ and <workdir>/libraries/), duration ('can take a few minutes'), and asset behavior (downloaded by HMCL at first launch). This is rich behavioral context, though it doesn't state overwrite behavior or return status.

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?

Two sentences, front-loaded with action, no redundant phrases. Every sentence adds meaningful detail about install behavior and locations.

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?

For a one-parameter install operation with no output schema, the description covers the key aspects: what, where, time, and asset handling. It does not explicitly mention prerequisites (e.g., HMCL already installed) or what happens on success/failure, which prevents a higher score.

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 schema already describes the version parameter with an example. The description adds little beyond restating the example and context, so it meets the baseline of 3.

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 ('Install') and identifies the resource ('a vanilla Minecraft version'), with an example '1.20.4'. It distinguishes from siblings like install_modpack by specifying 'vanilla' and 'through the HMCL agent'.

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 use for installing a specific vanilla version but does not explicitly state when to use it over alternatives or mention exclusions. For example, it doesn't say 'use install_modpack for modpacks' or note that HMCL must be installed first.

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/vfyjxf/HMCL-MCP'

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