Skip to main content
Glama
dcd887

mc-mod-config

by dcd887

read_mod_config

Read and parse Minecraft mod config files in .cfg, .toml, or .json formats, returning a structured config tree for validation or comparison.

Instructions

Read and parse a mod config file (.cfg for Forge, .toml for Fabric, .json for any). Returns the parsed config tree.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
configPathYesPath to the config file (.cfg, .toml, or .json)
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It states that the tool reads and parses and returns a parsed config tree, implying a read-only operation, but it does not disclose error behavior on missing or malformed files, nor the exact structure of the returned tree.

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 concise sentences deliver the core action, format constraints, and return type without redundancy. The most important information is front-loaded, and every clause earns its place.

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?

This is a simple one-parameter tool, but there is no output schema or annotations to fill in the gaps. The phrase 'parsed config tree' is vague about the actual return shape, and error conditions are not covered, leaving some ambiguity for an agent deciding how to handle failures.

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?

Schema coverage is 100% for the single configPath parameter, so the baseline is 3. The description adds meaningful format-to-loader mapping (.cfg for Forge, .toml for Fabric, .json for any) that goes beyond the schema's generic path description.

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-resource pair ('Read and parse a mod config file') and specifies supported formats (.cfg for Forge, .toml for Fabric, .json for any). This clearly distinguishes it from sibling tools like list_mod_configs or validate_mod_configs, which have different purposes.

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 by naming when each format applies, but it does not explicitly state when to choose this tool over alternatives. It does not mention exclusions or refer to sibling tools such as get_mod_default_config or compare_mod_configs.

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/dcd887/mc-mod-config-mcp'

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