Skip to main content
Glama
aadeshrao123

Unreal-MCP

by aadeshrao123

get_niagara_module_versions

Check for outdated modules in a Niagara emitter and view available newer versions to resolve compatibility warnings.

Instructions

Check for outdated modules in an emitter and their available versions.

Identifies modules that have newer versions available — a common source of Niagara warnings and compatibility issues. Use to find modules that need upgrading.

Args: system_path: Path to the Niagara System asset emitter_name: Name of the target emitter filter: Optional module name filter (e.g. "Spawn", "Color", "Force")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filterNo
system_pathYes
emitter_nameYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It does not explicitly state that the tool is read-only or non-destructive, nor does it mention potential errors (e.g., invalid system path). The 'get' prefix implies reading, but the description should be more explicit.

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 concise, with a one-line summary followed by a brief explanatory sentence and a bulleted parameter list. Every sentence adds value, and it is front-loaded with the primary purpose.

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?

An output schema exists, so the description need not detail return values. It adequately covers purpose and parameters, though a brief hint about the output structure (e.g., 'returns list of outdated modules with versions') would improve completeness.

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 compensates for 0% schema coverage by providing clear, concise meanings for each parameter: system_path, emitter_name, and an optional filter with examples. This adds significant value beyond the raw property names.

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 checks for outdated modules in an emitter and lists available versions, specifying it identifies a common source of Niagara warnings. It distinguishes from siblings by focusing on version updates rather than listing all modules.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly says 'Use to find modules that need upgrading,' providing clear context for when to invoke. However, it doesn't mention when not to use or alternative tools, though no direct alternative exists among siblings.

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