Skip to main content
Glama
aadeshrao123

Unreal-MCP

by aadeshrao123

set_niagara_user_parameter

Set a user parameter value on a Niagara System asset or level actor instance by providing parameter name, type, and value.

Instructions

Set a user parameter value on a Niagara System asset or level actor instance.

Provide either system_path (asset default) or actor_name (runtime override).

Args: parameter_name: Name of the user parameter parameter_type: Type of the parameter (must match existing type) value: Value as string actor_name: Name of an actor in the level for runtime override system_path: Path to the system asset for default value

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
valueYes
actor_nameNo
system_pathNo
parameter_nameYes
parameter_typeYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations, the description must disclose behavioral traits. It reveals that the tool mutates state and supports two execution paths, but does not detail error behavior (e.g., missing parameter, type mismatch), whether changes auto-save, or what happens if both system_path and actor_name are provided.

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 and efficient: two lead sentences followed by a clear bullet list. No superfluous words, and the key distinction (system_path vs actor_name) is front-loaded. Every sentence contributes 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?

For a tool with 5 parameters, two modes, and no annotations, the description covers core functionality but omits error handling, prerequisite conditions, and default behavior for optional params (schema shows null defaults). An output schema exists but is not shown; given the complexity, the description could be more thorough.

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 adds meaning to all 5 parameters beyond the schema's type-only definitions. It explains that system_path is for asset defaults and actor_name for runtime overrides, and that parameter_type must match an existing type. Given 0% schema description coverage, this provides necessary context, though it could clarify value format or valid types.

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 'Set' and the resource 'user parameter value on a Niagara System asset or level actor instance'. It distinguishes between two modes (asset default via system_path and runtime override via actor_name), which sets it apart from sibling tools like get, add, remove, and link.

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 provides guidance on when to use system_path vs actor_name, but does not explicitly state when to use this tool over related siblings (e.g., add_niagara_user_parameter for creation) or what prerequisites are required (parameter must already exist). Lacks explicit 'when not to use' or alternatives.

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