Skip to main content
Glama
aadeshrao123

Unreal-MCP

by aadeshrao123

reorder_niagara_module

Move a Niagara module to a new position in its script usage stack to adjust execution order.

Instructions

Move a module to a new position within its script usage stack.

Args: system_path: Path to the Niagara System asset emitter_name: Name of the target emitter module_name: Name of the module to move script_usage: Stack the module is in new_index: Target index (0-based) within the stack

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
new_indexYes
module_nameYes
system_pathYes
emitter_nameYes
script_usageYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations provided, so description must carry behavioral info. It only says 'Move a module' without disclosing side effects (e.g., index shift, validation, error handling). Not transparent about what happens if new_index is out of bounds.

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?

Concise one-sentence purpose followed by a structured parameter list. No wasted words, front-loaded with action, easy to scan.

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?

All 5 parameters are explained. Output schema exists so return values are covered separately. Missing preconditions or behavioral caveats, but adequate for a straightforward reorder 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?

The description includes an 'Args' section explaining each parameter (system_path, emitter_name, module_name, script_usage, new_index) with brief context, adding value beyond the schema's type-only definitions. However, it lacks details on constraints (e.g., valid index range).

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 action ('Move a module') and the target resource ('within its script usage stack'), using specific verb and resource. It distinguishes from sibling tools like remove_niagara_module or add_niagara_module by focusing on reordering.

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 (reordering modules) but does not explicitly state when to use this tool vs alternatives, such as add/remove. No prerequisites or conditions 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