Skip to main content
Glama

Find the event for a trigger

mc_event

Takes a plain-English description of a trigger and returns the corresponding event class name for Minecraft 1.8.9, NeoForge 1.21+, and Fabric 1.21+, including the NeoForge bus type.

Instructions

Given a plain-English description of a trigger ('player joins', 'tick', 'right click block'), returns the event class name in 1.8.9, NeoForge 1.21+, and Fabric 1.21+. Also tells you whether the event lives on the mod bus or game bus (NeoForge distinction).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
triggerYesPlain-English description of when the event fires
Behavior3/5

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

Without annotations, the description discloses the output (class names for three platforms, bus info) but lacks details on error handling, rate limits, or what happens if trigger not recognized.

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, no wasted words. Efficiently conveys core function and output specifics.

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?

Covers input with examples and output details for key platforms. Lacks mention of error behavior or result format, but sufficient for a straightforward lookup tool.

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 describes the trigger parameter as plain-English description. The description adds concrete examples and clarifies output context (platform-specific class names, bus), enhancing understanding beyond 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 clearly states the tool maps plain-English trigger descriptions to event class names for three platform versions, plus bus distinction. It distinguishes itself from sibling tools like mc_lookup_class via specific focus on event triggers.

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 when needing event class names from trigger descriptions. It does not explicitly state when not to use it or mention alternatives (e.g., mc_lookup_class for general class lookup).

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

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