Skip to main content
Glama
aadeshrao123

Unreal-MCP

by aadeshrao123

add_niagara_event_handler

Add an event handler to a Niagara emitter that responds to events from a source emitter, specifying event name, execution mode, and spawn parameters.

Instructions

Add an event handler to an emitter that responds to events from a source emitter.

Args: system_path: Path to the Niagara System asset emitter_name: Name of the receiving emitter source_emitter: Name of the emitter producing the event event_name: Event name (e.g. "CollisionEvent", "DeathEvent", "LocationEvent") execution_mode: How events are handled — "every_particle", "spawn_particles", "single_particle" spawn_number: Number of particles to spawn per event (for spawn_particles mode) max_events_per_frame: Limit on events processed per frame (0 = unlimited)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
event_nameYes
system_pathYes
emitter_nameYes
spawn_numberNo
execution_modeNoevery_particle
source_emitterYes
max_events_per_frameNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With no annotations provided, the description bears full responsibility for behavioral disclosure. It describes parameters but lacks details on side effects, prerequisites (e.g., existing system/emitters), error conditions, or return values. Critical for a mutation tool with 7 parameters and an output schema.

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 brief: a single sentence for purpose and a bullet list for arguments. It is front-loaded with the main action and avoids unnecessary words. Every line adds value.

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?

The description covers purpose and parameters adequately, but given the complexity (7 params, mutation, output schema), it lacks prerequisites, return value explanation, and error handling. Some behavioral context is missing, making it less complete for an AI agent.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has 0% description coverage, so the description must fully explain parameters. It does so thoroughly, listing all 7 parameters with context (e.g., event name examples, execution mode meanings, default values). This adds significant meaning beyond the bare 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 verb 'Add', the resource 'event handler', and the target 'emitter', with the purpose of responding to events from a source emitter. This distinguishes it from sibling tools like add_niagara_emitter or add_niagara_module.

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 for adding event handlers to emitters but does not explicitly state when to use this tool versus alternatives (e.g., modifying handlers via other tools) or when not to use it. No prerequisites or exclusions are mentioned.

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/aadeshrao123/Unreal-MCP'

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