Skip to main content
Glama
aadeshrao123

Unreal-MCP

by aadeshrao123

add_niagara_map_get_pin

Add a typed output pin to a Niagara ParameterMapGet node in a scratch pad graph, using the parameter name as the handle.

Instructions

Add a typed output pin to the first ParameterMapGet node in a scratch pad graph.

Mirrors clicking "+" on a Map Get node in the editor and picking a variable. The pin name becomes the parameter handle (e.g. "Engine.DeltaTime", "User.MyParam", "Particles.Velocity").

Args: system_path: Niagara System asset path module_name: Scratch pad module name parameter_name: Variable name including namespace (e.g. "Engine.DeltaTime") parameter_type: Niagara type (float, int, bool, vec2/3/4, color, quat, matrix, position, ...)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
module_nameYes
system_pathYes
parameter_nameYes
parameter_typeNofloat

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 full burden. It describes the additive operation but does not disclose whether it is destructive, if it requires specific permissions, or the side effects (e.g., modifying the graph). The lack of behavioral context is a gap.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured, starting with a clear one-sentence purpose and then providing detailed context. The Args section adds necessary detail but could be slightly more concise by integrating into the main text. Overall efficient.

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 the purpose and parameters adequately. However, given the complexity of the tool (4 params, 0% schema coverage, no annotations), it lacks usage guidelines and behavioral transparency. The presence of an output schema reduces the need to explain return values, but completeness is still moderate.

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?

With 0% schema description coverage, the description compensates well by explaining each parameter in the Args section, including examples for parameter_name and a list of types for parameter_type. It adds meaning beyond the raw 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 action ('Add a typed output pin to the first ParameterMapGet node') and provides concrete context about how it mirrors the editor's '+' button and naming convention. This distinguishes it from sibling tools like add_niagara_map_set_pin or add_niagara_node_pin.

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 by describing the tool's operation and parameters, but it does not explicitly state when to use it versus alternatives (e.g., add_niagara_map_set_pin for set pins, or add_niagara_node_pin for generic pins). No when-not conditions or prerequisites 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